We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2553338 commit 8f8a468Copy full SHA for 8f8a468
javascript/ql/src/semmle/javascript/frameworks/Templating.qll
@@ -630,7 +630,10 @@ module Templating {
630
override DataFlow::Node getTemplateParamsNode() { result = getArgument(1) }
631
}
632
633
- /** The `include` function, seen as an API node, so we can treat it as a template instantiation. */
+ /**
634
+ * The `include` function, seen as an API node, so we can treat it as a template instantiation.
635
+ * These API nodes are used in the `getTemplateInput` predicate.
636
+ */```
637
private class IncludeFunctionAsEntryPoint extends API::EntryPoint {
638
IncludeFunctionAsEntryPoint() { this = "IncludeFunctionAsEntryPoint" }
639
0 commit comments