mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
Remove unnecessary AdditionalValueStep check
This commit is contained in:
@@ -22,7 +22,6 @@ module ThreadResourceAbuseConfig implements DataFlow::ConfigSig {
|
||||
predicate isSink(DataFlow::Node sink) { sink instanceof PauseThreadSink }
|
||||
|
||||
predicate isAdditionalFlowStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
any(AdditionalValueStep r).step(pred, succ) or
|
||||
any(ThreadResourceAbuseAdditionalTaintStep c).step(pred, succ)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user