Skip to content

Commit de13d0c

Browse files
committed
Java: Adjust change note.
1 parent 079b453 commit de13d0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

change-notes/1.22/analysis-java.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
| **Query** | **Expected impact** | **Change** |
66
|----------------------------|------------------------|------------------------------------------------------------------|
77
| Equals method does not inspect argument type (`java/unchecked-cast-in-equals`) | Fewer false positive and more true positive results | Precision has been improved by doing a bit of inter-procedural analysis and relying less on ad-hoc method names. |
8-
| Local-user-controlled data in arithmetic expression (`java/tainted-arithmetic-local`) | Fewer false positive results | Precision has been improved in several ways, in particular, by better detection of guards along the data-flow path. |
98
| Uncontrolled data in arithmetic expression (`java/uncontrolled-arithmetic`) | Fewer false positive results | Precision has been improved in several ways, in particular, by better detection of guards along the data-flow path. |
10-
| Use of extreme values in arithmetic expression (`java/extreme-value-arithmetic`) | Fewer false positive results | Precision has been improved in several ways, in particular, by better detection of guards along the data-flow path. |
119
| User-controlled data in arithmetic expression (`java/tainted-arithmetic`) | Fewer false positive results | Precision has been improved in several ways, in particular, by better detection of guards along the data-flow path. |
1210

1311
## Changes to QL libraries

0 commit comments

Comments
 (0)