Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 913550f

Browse files
committed
Java/ArbitraryApkInstallationQuery
java/ql/src/Security/CWE/CWE-094/ArbitraryApkInstallation.ql
1 parent 59a8e9b commit 913550f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)