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 b69d81c commit 75b7234Copy full SHA for 75b7234
java/ql/lib/semmle/code/xml/AndroidManifest.qll
@@ -99,6 +99,9 @@ class AndroidProviderXmlElement extends AndroidComponentXmlElement {
99
this.getAnAttribute().(AndroidPermissionXmlAttribute).isRead()
100
}
101
102
+ /**
103
+ * Holds if this provider element has the attribute `android:grantUriPermissions` set to `true`.
104
+ */
105
predicate grantsUriPermissions() {
106
exists(AndroidXmlAttribute attr |
107
this.getAnAttribute() = attr and
0 commit comments