resolved merge conflict in AndroidManifest lib

This commit is contained in:
Jami Cogswell
2022-08-22 11:20:22 -04:00
parent 0934c1d184
commit eacce03073
3 changed files with 3 additions and 29 deletions

View File

@@ -13,9 +13,5 @@
import java
import semmle.code.java.security.ImplicitlyExportedAndroidComponent
// from ImplicitlyExportedAndroidComponent impExpAndroidComp
// where impExpAndroidComp.isImplicitlyExported()
// select impExpAndroidComp, "This component is implicitly exported."
from ImplicitlyExportedAndroidComponent impExpAndroidComp
//where exists(impExpAndroidComp)
select impExpAndroidComp, "This component is implicitly exported."