mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
updated predicates
This commit is contained in:
@@ -16,3 +16,6 @@ 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