Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a9b1d5

Browse files
committed
Java: Add change note.
1 parent 48b19f1 commit 1a9b1d5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

change-notes/1.21/analysis-java.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
methods. This means that more guards are recognized yielding precision
2323
improvements in a number of queries including `java/index-out-of-bounds`,
2424
`java/dereferenced-value-may-be-null`, and `java/useless-null-check`.
25+
* The default sanitizer in taint tracking has been made more precise. The
26+
sanitizer works by looking for guards that inspect tainted strings, and it
27+
used to work at the level of individual variables. This has been changed to
28+
use the `Guards` library, such that only guarded variable accesses are
29+
sanitized. This may give additional results in the security queries.
2530
* Spring framework support is enhanced by taking into account additional
2631
annotations that indicate remote user input. This affects all security
2732
queries, which may yield additional results.

0 commit comments

Comments
 (0)