mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
JS: Use sharedTaintStep
This commit is contained in:
@@ -1114,6 +1114,6 @@ module TaintTracking {
|
||||
*/
|
||||
predicate localTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
DataFlow::localFlowStep(pred, succ) or
|
||||
any(AdditionalTaintStep s).step(pred, succ)
|
||||
sharedTaintStep(pred, succ)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user