Skip to content

Commit e8f1f36

Browse files
Refactor to module api for PathNodes
Co-authored-by: Tony Torralba <[email protected]>
1 parent cb53ff7 commit e8f1f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-094/ArbitraryApkInstallation.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
import java
1414
import semmle.code.java.security.ArbitraryApkInstallationQuery
15-
import DataFlow::PathGraph
15+
import ApkConfiguration::PathGraph
1616

17-
from DataFlow::PathNode source, DataFlow::PathNode sink
17+
from ApkConfiguration::PathNode source, ApkConfiguration::PathNode sink
1818
where ApkConfiguration::hasFlowPath(source, sink)
1919
select sink.getNode(), source, sink, "Arbitrary Android APK installation."

0 commit comments

Comments
 (0)