Skip to content

Commit 0bbe571

Browse files
Update change-notes/1.24/analysis-java.md
Co-Authored-By: Felicity Chapman <felicitymay@github.com>
1 parent fd14191 commit 0bbe571

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

change-notes/1.24/analysis-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ The following changes in version 1.24 affect Java analysis in all applications.
1515

1616
## Changes to libraries
1717

18-
* Identification of test classes have been improved. Previously, one of the
18+
* Identification of test classes has been improved. Previously, one of the
1919
match conditions would classify any class with a name containing the string
2020
"Test" as a test class, but now this matching has been replaced with one that
2121
looks for the occurrence of actual unit-test annotations. This affects the
2222
general file classification mechanism and thus suppression of alerts, and
2323
also any security queries using taint tracking, as test classes act as
2424
default barriers stopping taint flow.
25-

0 commit comments

Comments
 (0)