mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
804 B
804 B
category
| category |
|---|
| feature |
- Added a new predicate,
requiresPermissions, in theAndroidComponentXmlElementandAndroidApplicationXmlElementclasses to detect if the element has explicitly set a value for itsandroid:permissionattribute. - Added a new predicate,
hasAnIntentFilterElement, in theAndroidComponentXmlElementclass to detect if a component contains an intent filter element. - Added a new predicate,
hasExportedAttribute, in theAndroidComponentXmlElementclass to detect if a component has anandroid:exportedattribute. - Added a new class,
AndroidCategoryXmlElement, to represent a category element in an Android manifest file. - Added a new predicate,
getACategoryElement, in theAndroidIntentFilterXmlElementclass to get a category element of an intent filter.