JS: Rephrase change note

This commit is contained in:
Asger Feldthaus
2020-02-24 14:35:17 +00:00
parent 1ee112a341
commit 6360073da4

View File

@@ -13,9 +13,9 @@
* The analysis of sanitizer guards has improved, leading to fewer false-positive results from the security queries.
* Calls can now be resolved to class members in more cases, leading to more results from the security queries.
* Calls through partial invocations such as `.bind()` are now analyzed more precisely, leading to more results from the security queries.
* The call graph construction has been improved a few ways, leading to more results from the security queries:
- Calls can now be resolved to indirectly-defined class members in more cases.
- Calls through partial invocations such as `.bind` can now be resolved in more cases.
* Support for the following frameworks and libraries has been improved:
- [Electron](https://electronjs.org/)