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 efac4b1 commit ac07544Copy full SHA for ac07544
java/ql/lib/semmle/code/java/security/ImplicitlyExportedAndroidComponent.qll
@@ -5,8 +5,8 @@ private import semmle.code.xml.AndroidManifest
5
/** An implicitly exported Android component */
6
class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement {
7
ImplicitlyExportedAndroidComponent() {
8
- not this.hasExportedAttribute() and
9
this.hasAnIntentFilterElement() and
+ not this.hasExportedAttribute() and
10
not this.getAnIntentFilterElement().getACategoryElement().getCategoryName() =
11
"android.intent.category.LAUNCHER" and
12
not this.getAnIntentFilterElement().getAnActionElement().getActionName() =
0 commit comments