mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
TaintTracking: minor functionNodeStep call improvement
Co-Authored-By: Max Schaefer <max@semmle.com>
This commit is contained in:
@@ -53,7 +53,7 @@ predicate localAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
tupleStep(pred, succ) or
|
||||
stringConcatStep(pred, succ) or
|
||||
sliceStep(pred, succ) or
|
||||
functionModelStep(any(FunctionModel fn), pred, succ) or
|
||||
functionModelStep(_, pred, succ) or
|
||||
any(AdditionalTaintStep a).step(pred, succ)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user