File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments