Fix failing checks

This commit is contained in:
Joe Farebrother
2021-10-20 17:25:38 +01:00
parent b6c584cb70
commit 3e3503a763
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -16,7 +16,7 @@
<example>
<p>The following example shows two ways of broadcasting intents. In the 'BAD' case, no "receiver permission" is specified. In the 'GOOD' case, "receiver permission" or "receiver application" is specified.</p>
<sample src="SensitiveBroadcast.java" />
<sample src="SensitiveCommunication.java" />
</example>
<references>