mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
group negated expressions together
This commit is contained in:
@@ -5,8 +5,8 @@ private import semmle.code.xml.AndroidManifest
|
||||
/** An implicitly exported Android component */
|
||||
class ImplicitlyExportedAndroidComponent extends AndroidComponentXmlElement {
|
||||
ImplicitlyExportedAndroidComponent() {
|
||||
not this.hasExportedAttribute() and
|
||||
this.hasAnIntentFilterElement() and
|
||||
not this.hasExportedAttribute() and
|
||||
not this.getAnIntentFilterElement().getACategoryElement().getCategoryName() =
|
||||
"android.intent.category.LAUNCHER" and
|
||||
not this.getAnIntentFilterElement().getAnActionElement().getActionName() =
|
||||
|
||||
Reference in New Issue
Block a user