зеркало из https://github.com/github/codeql.git
RegexInjection docs
This commit is contained in:
Родитель
17cdd16c19
Коммит
c8579d8c26
|
@ -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>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче