Skip to content

Commit b7a8d0e

Browse files
aschackmulljbj
andauthored
Apply suggestions from code review
Co-Authored-By: Jonas Jensen <jbj@github.com>
1 parent 2039ec3 commit b7a8d0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

change-notes/1.24/analysis-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following changes in version 1.24 affect C/C++ analysis in all applications.
2828

2929
* The data-flow library has been improved when flow through functions needs to be
3030
combined with both taint tracking and flow through fields allowing more flow
31-
to be tracked. This affects and improves all security queries, which may
31+
to be tracked. This affects and improves some security queries, which may
3232
report additional results.
3333
* Created the `semmle.code.cpp.models.interfaces.Allocation` library to model allocation such as `new` expressions and calls to `malloc`. This in intended to replace the functionality in `semmle.code.cpp.commons.Alloc` with a more consistent and useful interface.
3434
* Created the `semmle.code.cpp.models.interfaces.Deallocation` library to model deallocation such as `delete` expressions and calls to `free`. This in intended to replace the functionality in `semmle.code.cpp.commons.Alloc` with a more consistent and useful interface.

change-notes/1.24/analysis-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following changes in version 1.24 affect C# analysis in all applications.
3131

3232
* The data-flow library has been improved when flow through methods needs to be
3333
combined with both taint tracking and flow through fields allowing more flow
34-
to be tracked. This affects and improves all security queries, which may
34+
to be tracked. This affects and improves most security queries, which may
3535
report additional results.
3636
* The taint tracking library now tracks flow through (implicit or explicit) conversion operator calls.
3737
* [Code contracts](https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/code-contracts) are now recognized, and are treated like any other assertion methods.

change-notes/1.24/analysis-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following changes in version 1.24 affect Java analysis in all applications.
2727

2828
* The data-flow library has been improved when flow through methods needs to be
2929
combined with both taint tracking and flow through fields allowing more flow
30-
to be tracked. This affects and improves all security queries, which may
30+
to be tracked. This affects and improves most security queries, which may
3131
report additional results.
3232
* Identification of test classes has been improved. Previously, one of the
3333
match conditions would classify any class with a name containing the string

0 commit comments

Comments
 (0)