Fix issues with change notes

This commit is contained in:
Jeroen Ketema
2022-07-14 11:06:14 +02:00
committed by GitHub
parent d1aa0d7dd3
commit fe1f1bb79d
6 changed files with 10 additions and 10 deletions

View File

@@ -7,9 +7,9 @@
### Minor Analysis Improvements
* Added data-flow models for `java.util.Properites`. Additional results may be found where relevant data is stored in and then retrieved from a `Properties` instance.
Added `Modifier.isInline()`.
* Added `Modifier.isInline()`.
* Removed Kotlin-specific database and QL structures for loops and `break`/`continue` statements. The Kotlin extractor was changed to reuse the Java structures for these constructs.
Added additional flow sources for uses of external storage on Android.
* Added additional flow sources for uses of external storage on Android.
## 0.3.0

View File

@@ -7,6 +7,6 @@
### Minor Analysis Improvements
* Added data-flow models for `java.util.Properites`. Additional results may be found where relevant data is stored in and then retrieved from a `Properties` instance.
Added `Modifier.isInline()`.
* Added `Modifier.isInline()`.
* Removed Kotlin-specific database and QL structures for loops and `break`/`continue` statements. The Kotlin extractor was changed to reuse the Java structures for these constructs.
Added additional flow sources for uses of external storage on Android.
* Added additional flow sources for uses of external storage on Android.

View File

@@ -7,8 +7,8 @@
### 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 `BroadcastReceiver`s that don't verify the action string of received intents when registered
to receive system intents.
This query finds instances of Android `BroadcastReceiver`s that don't verify the action string of received intents when registered
to receive system intents.
## 0.2.0

View File

@@ -7,5 +7,5 @@
### 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 `BroadcastReceiver`s that don't verify the action string of received intents when registered
to receive system intents.
This query finds instances of Android `BroadcastReceiver`s that don't verify the action string of received intents when registered
to receive system intents.