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 8f8a468 commit 8a564ccCopy full SHA for 8a564cc
javascript/ql/src/semmle/javascript/frameworks/Templating.qll
@@ -631,9 +631,11 @@ module Templating {
631
}
632
633
/**
634
- * The `include` function, seen as an API node, so we can treat it as a template instantiation.
+ * The `include` function, seen as an API node, so we can treat it as a template instantiation
635
+ * in `EjsIncludeCallInTemplate`.
636
+ *
637
* These API nodes are used in the `getTemplateInput` predicate.
- */```
638
+ */
639
private class IncludeFunctionAsEntryPoint extends API::EntryPoint {
640
IncludeFunctionAsEntryPoint() { this = "IncludeFunctionAsEntryPoint" }
641
0 commit comments