mirror of
https://github.com/github/codeql.git
synced 2026-06-18 19:31:11 +02:00
resolved merge conflict in AndroidManifest lib
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user