mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
Add remote source of Android intent extra
This commit is contained in:
@@ -137,6 +137,11 @@ class AndroidComponentXmlElement extends XMLElement {
|
||||
* Holds if the `android:exported` attribute of this component element is `true`.
|
||||
*/
|
||||
predicate isExported() { getExportedAttributeValue() = "true" }
|
||||
|
||||
/**
|
||||
* Holds if the `android:exported` attribute of this component element is explicitly set to `false`.
|
||||
*/
|
||||
predicate isNotExported() { getExportedAttributeValue() = "false" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user