Skip to content

Commit fb32d0d

Browse files
committed
Java/ArbitraryApkInstallationQuery
java/ql/src/Security/CWE/CWE-094/ArbitraryApkInstallation.ql
1 parent bddc43b commit fb32d0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/ql/lib/semmle/code/java/security/ArbitraryApkInstallationQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ module ApkInstallationConfig implements DataFlow::ConfigSig {
2525
}
2626

2727
predicate observeDiffInformedIncrementalMode() { any() }
28-
29-
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
3028
}
3129

3230
module ApkInstallationFlow = DataFlow::Global<ApkInstallationConfig>;

0 commit comments

Comments
 (0)