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 3c7f542 commit b94b781Copy full SHA for b94b781
java/ql/src/Security/CWE/CWE-926/ContentProviderIncompletePermissions.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Missing read or write permission in a content provider
3
- * @description Android content providers which do not configure both read and write permissions can allow permission bypass
+ * @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 8.2
0 commit comments