Skip to content

Commit d88d216

Browse files
Add change note
1 parent 2fc142f commit d88d216

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

java/ql/src/Security/CWE/CWE-925/ImproperIntentVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Improper Verification of Intent by Broadcast Reciever
2+
* @name Improper Verification of Intent by Broadcast Receiver
33
* @description The Android application uses a Broadcast Receiver that receives an Intent but does not properly verify that the Intent came from an authorized source.
44
* @kind problem
55
* @problem.severity warning
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: newQuery
3+
---
4+
* A new query "Improper Verification of Intent by Broadcast Receiver" (`java/improper-intent-verification`) has been added.
5+
This query finds instances of Android `BroadcastReceiver`s that don't verify the action string of received Intents when registered
6+
to receive system intents.

0 commit comments

Comments
 (0)