mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Fix failing checks
This commit is contained in:
@@ -122,7 +122,7 @@ private predicate isStartActivityOrServiceSink(DataFlow::Node arg) {
|
||||
)
|
||||
}
|
||||
|
||||
predicate isCleanIntent(Expr intent) {
|
||||
private predicate isCleanIntent(Expr intent) {
|
||||
intent.getType() instanceof TypeIntent and
|
||||
(
|
||||
exists(MethodAccess setRecieverMa |
|
||||
|
||||
Reference in New Issue
Block a user