We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dca396 commit 80c8259Copy full SHA for 80c8259
java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.ql
@@ -22,7 +22,6 @@ module ThreadResourceAbuseConfig implements DataFlow::ConfigSig {
22
predicate isSink(DataFlow::Node sink) { sink instanceof PauseThreadSink }
23
24
predicate isAdditionalFlowStep(DataFlow::Node pred, DataFlow::Node succ) {
25
- any(AdditionalValueStep r).step(pred, succ) or
26
any(ThreadResourceAbuseAdditionalTaintStep c).step(pred, succ)
27
}
28
0 commit comments