diff --git a/java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql b/java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql index 0ca57ee7b64..17fc2f2c4c6 100644 --- a/java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql +++ b/java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql @@ -106,4 +106,4 @@ private class PackageArchiveMimeTypeConfiguration extends TaintTracking2::Config from DataFlow::PathNode source, DataFlow::PathNode sink, ExternalSourceConfiguration config where config.hasFlowPath(source, sink) -select sink.getNode(), source, sink, "Android APK installation" +select sink.getNode(), source, sink, "Arbitrary Android APK installation."