mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
resolved merge conflict in AndroidManifest
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
|
||||
import java
|
||||
import semmle.code.xml.AndroidManifest
|
||||
import semmle.code.java.security.ImplicitlyExportedAndroidComponent
|
||||
|
||||
from AndroidComponentXmlElement compElement
|
||||
where compElement.isImplicitlyExported()
|
||||
select compElement, "This component is implicitly exported."
|
||||
from ImplicitlyExportedAndroidComponent impExpAndroidComp
|
||||
where impExpAndroidComp.isImplicitlyExported()
|
||||
select impExpAndroidComp, "This component is implicitly exported."
|
||||
|
||||
Reference in New Issue
Block a user