mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Add change note
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Improper Verification of Intent by Broadcast Reciever
|
||||
* @name Improper Verification of Intent by Broadcast Receiver
|
||||
* @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.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* A new query "Improper Verification of Intent by Broadcast Receiver" (`java/improper-intent-verification`) has been added.
|
||||
This query finds instances of Android `BroadcastReceiver`s that don't verify the action string of received Intents when registered
|
||||
to receive system intents.
|
||||
Reference in New Issue
Block a user