Skip to content

Commit 59bafab

Browse files
committed
update test to not use private class
1 parent 72cf149 commit 59bafab

File tree

1 file changed

+3
-1
lines changed
  • javascript/ql/test/library-tests/frameworks/EventEmitter

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import javascript
22

33
query predicate taintSteps(DataFlow::Node pred, DataFlow::Node succ) {
4-
any(EventEmitter::EventEmitterTaintStep step).step(pred, succ)
4+
exists(DataFlow::AdditionalFlowStep step |
5+
step.step(pred, succ)
6+
)
57
}
68

0 commit comments

Comments
 (0)