mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
RegexInjection docs
This commit is contained in:
@@ -31,4 +31,7 @@ module RegexInjectionConfig implements DataFlow::ConfigSig {
|
||||
predicate isBarrier(DataFlow::Node node) { node instanceof RegexInjectionSanitizer }
|
||||
}
|
||||
|
||||
/**
|
||||
* Taint-tracking flow for untrusted user input used to construct regular expressions.
|
||||
*/
|
||||
module RegexInjectionFlow = TaintTracking::Global<RegexInjectionConfig>;
|
||||
|
||||
Reference in New Issue
Block a user