File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,6 @@ private module ApkConf implements DataFlow::ConfigSig {
28
28
29
29
module ApkConfiguration = DataFlow:: Make< ApkConf > ;
30
30
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
- // }
46
31
/**
47
32
* A dataflow configuration tracking the flow from the `android.content.Intent.ACTION_INSTALL_PACKAGE`
48
33
* constant to either the constructor of an intent or the `setAction` method of an intent.
You can’t perform that action at this time.
0 commit comments