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.
hasIncompletePermissions
1 parent 28e7049 commit cfc0bb5Copy full SHA for cfc0bb5
java/ql/lib/semmle/code/xml/AndroidManifest.qll
@@ -182,7 +182,7 @@ class AndroidProviderXmlElement extends AndroidComponentXmlElement {
182
}
183
184
/**
185
- * Holds if the provider element provides only `android:readPermission` or `android:writePermission`.
+ * Holds if the provider element is only protected by either `android:readPermission` or `android:writePermission`.
186
*/
187
predicate hasIncompletePermissions() {
188
(
0 commit comments