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 17cdd16 commit c8579d8Copy full SHA for c8579d8
java/ql/lib/semmle/code/java/security/regexp/RegexInjectionQuery.qll
@@ -31,4 +31,7 @@ module RegexInjectionConfig implements DataFlow::ConfigSig {
31
predicate isBarrier(DataFlow::Node node) { node instanceof RegexInjectionSanitizer }
32
}
33
34
+/**
35
+ * Taint-tracking flow for untrusted user input used to construct regular expressions.
36
+ */
37
module RegexInjectionFlow = TaintTracking::Global<RegexInjectionConfig>;
0 commit comments