Skip to content

Commit 2d1088e

Browse files
Change severity level to error
Co-authored-by: Tony Torralba <[email protected]>
1 parent 0eaad41 commit 2d1088e

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
@@ -4,7 +4,7 @@
44
* @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
7-
* @problem.severity warning
7+
* @problem.severity error
88
* @precision medium
99
* @tags security
1010
* external/cwe/cwe-094

0 commit comments

Comments
 (0)