mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01: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