We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cd632 commit 4d51e4fCopy full SHA for 4d51e4f
java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql
@@ -1,7 +1,7 @@
1
/**
2
* @id java/android/arbitrary-apk-installation
3
* @name Android APK installation
4
- * @description Installing an APK from an untrusted source.
+ * @description Creating an intent with a URI pointing to a untrusted file can lead to the installation of an untrusted application.
5
* @kind path-problem
6
* @security-severity 9.3
7
* @problem.severity warning
0 commit comments