mirror of
https://github.com/github/codeql.git
synced 2026-05-08 23:21:37 +02:00
Merge branch 'main' into amammad-js-bombs
This commit is contained in:
@@ -29,8 +29,8 @@ class Configuration extends TaintTracking::Configuration {
|
||||
)
|
||||
}
|
||||
|
||||
override predicate isSanitizerEdge(DataFlow::Node source, DataFlow::Node sink) {
|
||||
this.strictSanitizingPrefixEdge(source, sink)
|
||||
override predicate isSanitizerOut(DataFlow::Node node) {
|
||||
this.strictSanitizingPrefixEdge(node, _)
|
||||
}
|
||||
|
||||
override predicate isSanitizerGuard(TaintTracking::SanitizerGuardNode nd) {
|
||||
|
||||
Reference in New Issue
Block a user