mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
update test to not use private class
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import javascript
|
||||
|
||||
query predicate taintSteps(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
any(EventEmitter::EventEmitterTaintStep step).step(pred, succ)
|
||||
exists(DataFlow::AdditionalFlowStep step |
|
||||
step.step(pred, succ)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user