Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe1f1bb

Browse files
authored
Fix issues with change notes
1 parent d1aa0d7 commit fe1f1bb

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

cpp/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Minor Analysis Improvements
44

5-
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical and variable declarations in conditions.
5+
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical "and", and variable declarations in conditions.
66

77
## 0.3.0
88

cpp/ql/lib/change-notes/released/0.3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### Minor Analysis Improvements
44

5-
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical and variable declarations in conditions.
5+
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical "and", and variable declarations in conditions.

java/ql/lib/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
### Minor Analysis Improvements
88

99
* 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.
10-
Added `Modifier.isInline()`.
10+
* Added `Modifier.isInline()`.
1111
* 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.
12-
Added additional flow sources for uses of external storage on Android.
12+
* Added additional flow sources for uses of external storage on Android.
1313

1414
## 0.3.0
1515

java/ql/lib/change-notes/released/0.3.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
### Minor Analysis Improvements
88

99
* 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.
10-
Added `Modifier.isInline()`.
10+
* Added `Modifier.isInline()`.
1111
* 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.
12-
Added additional flow sources for uses of external storage on Android.
12+
* Added additional flow sources for uses of external storage on Android.

java/ql/src/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
### New Queries
88

99
* A new query "Improper verification of intent by broadcast receiver" (`java/improper-intent-verification`) has been added.
10-
This query finds instances of Android `BroadcastReceiver`s that don't verify the action string of received intents when registered
11-
to receive system intents.
10+
This query finds instances of Android `BroadcastReceiver`s that don't verify the action string of received intents when registered
11+
to receive system intents.
1212

1313
## 0.2.0
1414

java/ql/src/change-notes/released/0.3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
### New Queries
88

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

0 commit comments

Comments
 (0)