Skip to content

Commit 4d51e4f

Browse files
committed
Change description wording
1 parent 10cd632 commit 4d51e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-094/ArbitraryAPKInstallation.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id java/android/arbitrary-apk-installation
33
* @name Android APK installation
4-
* @description Installing an APK from an untrusted source.
4+
* @description Creating an intent with a URI pointing to a untrusted file can lead to the installation of an untrusted application.
55
* @kind path-problem
66
* @security-severity 9.3
77
* @problem.severity warning

0 commit comments

Comments
 (0)