Skip to content

Commit 6360073

Browse files
committed
JS: Rephrase change note
1 parent 1ee112a commit 6360073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

change-notes/1.24/analysis-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
* The analysis of sanitizer guards has improved, leading to fewer false-positive results from the security queries.
1515

16-
* Calls can now be resolved to class members in more cases, leading to more results from the security queries.
17-
18-
* Calls through partial invocations such as `.bind()` are now analyzed more precisely, leading to more results from the security queries.
16+
* The call graph construction has been improved a few ways, leading to more results from the security queries:
17+
- Calls can now be resolved to indirectly-defined class members in more cases.
18+
- Calls through partial invocations such as `.bind` can now be resolved in more cases.
1919

2020
* Support for the following frameworks and libraries has been improved:
2121
- [Electron](https://electronjs.org/)

0 commit comments

Comments
 (0)