resolved merge conflict in AndroidManifest

This commit is contained in:
Jami Cogswell
2022-08-17 14:29:15 -04:00
parent 825df218a3
commit 58d3d89b2e
3 changed files with 26 additions and 17 deletions

View File

@@ -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."