updated predicates

This commit is contained in:
Jami Cogswell
2022-08-10 23:06:13 -04:00
parent 115f76ac5a
commit 9968d5d816
3 changed files with 17 additions and 3 deletions

View File

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