update query description

This commit is contained in:
Jami Cogswell
2022-08-22 11:08:42 -04:00
parent f34e23bdba
commit 733078183e

View File

@@ -1,6 +1,6 @@
/**
* @name Implicitly exported Android component
* @description An Android component with an '<intent-filter>' and no 'android:exported' attribute is implicitly exported. This can allow for improper access to the component and its data.
* @description Android components with an '<intent-filter>' and no 'android:exported' attribute are implicitly exported, which can allow for improper access to the components themselves and to their data.
* @kind problem
* @problem.severity warning
* @security-severity 8.2