Skip to content

Commit 7671b67

Browse files
committed
import DataFlow::PathGraph from the ql file instead of the qll file
1 parent bbf7e56 commit 7671b67

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-834/LoopBoundInjection.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import javascript
1414
import semmle.javascript.security.dataflow.LoopBoundInjection::LoopBoundInjection
15+
import DataFlow::PathGraph
1516

1617
from Configuration dataflow, DataFlow::PathNode source, DataFlow::PathNode sink
1718
where dataflow.hasFlowPath(source, sink)

javascript/ql/src/semmle/javascript/security/dataflow/LoopBoundInjectionCustomizations.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import javascript
88

99
module LoopBoundInjection {
1010
import semmle.javascript.security.TaintedObject
11-
import DataFlow::PathGraph
1211

1312
/**
1413
* Holds if an exception will be thrown whenever `e` evaluates to `undefined` or `null`.

0 commit comments

Comments
 (0)