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 f888c4b commit 3c7f542Copy full SHA for 3c7f542
java/ql/src/Security/CWE/CWE-926/ContentProviderIncompletePermissions.ql
@@ -3,10 +3,10 @@
3
* @description Android content providers which do not configure both read and write permissions can allow permission bypass
4
* @kind problem
5
* @problem.severity warning
6
- * @security-severity 7.8
+ * @security-severity 8.2
7
* @id java/android/incomplete-provider-permissions
8
* @tags security
9
- * external/cwe/cwe-276
+ * external/cwe/cwe-926
10
* @precision medium
11
*/
12
0 commit comments