mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: Update with new AdditionalTaintStep subclasses
This commit is contained in:
@@ -13,7 +13,7 @@ import CallGraphQuality
|
||||
|
||||
predicate relevantStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
(
|
||||
any(TaintTracking::AdditionalTaintStep dts).step(pred, succ)
|
||||
TaintTracking::sharedTaintStep(pred, succ)
|
||||
or
|
||||
any(DataFlow::AdditionalFlowStep cfg).step(pred, succ)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user