Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af469fd commit 64dbb88Copy full SHA for 64dbb88
1 file changed
change-notes/1.22/analysis-java.md
@@ -1,5 +1,7 @@
1
# Improvements to Java analysis
2
3
+The following changes in version 1.22 affect Java analysis in all applications.
4
+
5
## Changes to existing queries
6
7
| **Query** | **Expected impact** | **Change** |
@@ -13,7 +15,7 @@
13
15
14
16
* The virtual dispatch library has been updated to give more precise dispatch
17
targets for `Object.toString()` calls. This affects all security queries and
- removes false positives that arose from paths through impossible `toString()`
18
+ removes false positive results that arose from paths through impossible `toString()`
19
calls.
20
* The library `VCS.qll` and all queries that imported it have been removed.
21
* The second copy of the interprocedural `TaintTracking` library has been
0 commit comments