Skip to content

Commit fd14191

Browse files
committed
Java: Add change note.
1 parent a6526c6 commit fd14191

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

change-notes/1.24/analysis-java.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ 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
19+
match conditions would classify any class with a name containing the string
20+
"Test" as a test class, but now this matching has been replaced with one that
21+
looks for the occurrence of actual unit-test annotations. This affects the
22+
general file classification mechanism and thus suppression of alerts, and
23+
also any security queries using taint tracking, as test classes act as
24+
default barriers stopping taint flow.
25+

0 commit comments

Comments
 (0)