Skip to content

Commit c8579d8

Browse files
committed
RegexInjection docs
1 parent 17cdd16 commit c8579d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/lib/semmle/code/java/security/regexp/RegexInjectionQuery.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ module RegexInjectionConfig implements DataFlow::ConfigSig {
3131
predicate isBarrier(DataFlow::Node node) { node instanceof RegexInjectionSanitizer }
3232
}
3333

34+
/**
35+
* Taint-tracking flow for untrusted user input used to construct regular expressions.
36+
*/
3437
module RegexInjectionFlow = TaintTracking::Global<RegexInjectionConfig>;

0 commit comments

Comments
 (0)