Files
codeql/java/ql/src/change-notes/released/0.3.0.md
2022-07-14 11:06:14 +02:00

447 B

0.3.0

Breaking Changes

  • Contextual queries and the query libraries they depend on have been moved to the codeql/java-all package.

New Queries

  • A new query "Improper verification of intent by broadcast receiver" (java/improper-intent-verification) has been added. This query finds instances of Android BroadcastReceivers that don't verify the action string of received intents when registered to receive system intents.