Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion change-notes/1.22/analysis-java.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Improvements to Java analysis

The following changes in version 1.22 affect Java analysis in all applications.

## Changes to existing queries

| **Query** | **Expected impact** | **Change** |
Expand All @@ -13,7 +15,7 @@

* The virtual dispatch library has been updated to give more precise dispatch
targets for `Object.toString()` calls. This affects all security queries and
removes false positives that arose from paths through impossible `toString()`
removes false positive results that arose from paths through impossible `toString()`
calls.
* The library `VCS.qll` and all queries that imported it have been removed.
* The second copy of the interprocedural `TaintTracking` library has been
Expand Down