Skip to content

Commit 3c7f542

Browse files
committed
Update metadata to match CWE-926
1 parent f888c4b commit 3c7f542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-926/ContentProviderIncompletePermissions.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* @description Android content providers which do not configure both read and write permissions can allow permission bypass
44
* @kind problem
55
* @problem.severity warning
6-
* @security-severity 7.8
6+
* @security-severity 8.2
77
* @id java/android/incomplete-provider-permissions
88
* @tags security
9-
* external/cwe/cwe-276
9+
* external/cwe/cwe-926
1010
* @precision medium
1111
*/
1212

0 commit comments

Comments
 (0)