Skip to content

Commit ae0b497

Browse files
committed
Remove commented out code
1 parent da43a61 commit ae0b497

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ private module ApkConf implements DataFlow::ConfigSig {
2828

2929
module ApkConfiguration = DataFlow::Make<ApkConf>;
3030

31-
// class ApkConfiguration extends DataFlow::Configuration {
32-
// ApkConfiguration() { this = "ApkConfiguration" }
33-
// override predicate isSource(DataFlow::Node node) { node instanceof ExternalApkSource }
34-
// override predicate isSink(DataFlow::Node node) {
35-
// exists(MethodAccess ma |
36-
// ma.getMethod() instanceof SetDataMethod and
37-
// ma.getArgument(0) = node.asExpr() and
38-
// (
39-
// any(PackageArchiveMimeTypeConfiguration c).hasFlowToExpr(ma.getQualifier())
40-
// or
41-
// any(InstallPackageActionConfiguration c).hasFlowToExpr(ma.getQualifier())
42-
// )
43-
// )
44-
// }
45-
// }
4631
/**
4732
* A dataflow configuration tracking the flow from the `android.content.Intent.ACTION_INSTALL_PACKAGE`
4833
* constant to either the constructor of an intent or the `setAction` method of an intent.

0 commit comments

Comments
 (0)