mirror of
https://github.com/github/codeql.git
synced 2026-01-04 02:00:18 +01:00
447 B
447 B
0.3.0
Breaking Changes
- Contextual queries and the query libraries they depend on have been moved to the
codeql/java-allpackage.
New Queries
- A new query "Improper verification of intent by broadcast receiver" (
java/improper-intent-verification) has been added. This query finds instances of AndroidBroadcastReceivers that don't verify the action string of received intents when registered to receive system intents.