Skip to content

Commit 83498f5

Browse files
authored
Add missing import
1 parent 81f3bcd commit 83498f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Security/CWE/CWE-022/TaintedPath.ql

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

1616
import java
1717
import semmle.code.java.dataflow.FlowSources
18+
private import semmle.code.java.dataflow.ExternalFlow
1819
import semmle.code.java.security.PathCreation
1920
import DataFlow::PathGraph
2021
import TaintedPathCommon

0 commit comments

Comments
 (0)