There was an error while loading. Please reload this page.
1 parent 5b46f51 commit 983e714Copy full SHA for 983e714
2 files changed
javascript/ql/src/Security/CWE-730/RegExpInjection.ql
@@ -17,6 +17,10 @@ import javascript
17
import semmle.javascript.security.dataflow.RegExpInjectionQuery
18
import RegExpInjectionFlow::PathGraph
19
20
+predicate stats = RegExpInjectionFlow::Debug::stageStats/10;
21
+
22
+predicate foo = RegExpInjectionFlow::Debug::stageStats4/10;
23
24
from RegExpInjectionFlow::PathNode source, RegExpInjectionFlow::PathNode sink
25
where RegExpInjectionFlow::flowPath(source, sink)
26
select sink.getNode(), source, sink, "This regular expression is constructed from a $@.",
0 commit comments