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