Address review comments

This commit is contained in:
Tom Hvitved
2020-05-07 15:58:46 +02:00
parent f19b1045d6
commit 0b85f3fed4
2 changed files with 11 additions and 10 deletions

View File

@@ -18,9 +18,10 @@ The following changes in version 1.25 affect Java analysis in all applications.
## Changes to libraries
* The data-flow library has been improved, which affects and improves most security queries. Flow
through methods now takes nested field reads/writes into account. For example, the library is
able to track flow from `"taint"` to `sink()` via the method `getF2F1()` in
* The data-flow library has been improved, which affects most security queries by potentially
adding more results. Flow through methods now takes nested field reads/writes into account.
For example, the library is able to track flow from `"taint"` to `sink()` via the method
`getF2F1()` in
```java
class C1 {
String f1;