Skip to content

Commit 9c1208e

Browse files
committed
JS: Add change note
1 parent 4db7aa6 commit 9c1208e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

change-notes/1.21/analysis-javascript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
* The security queries now track data flow through Base64 decoders such as the Node.js `Buffer` class, the DOM function `atob`, and a number of npm packages intcluding [`abab`](https://www.npmjs.com/package/abab), [`atob`](https://www.npmjs.com/package/atob), [`btoa`](https://www.npmjs.com/package/btoa), [`base-64`](https://www.npmjs.com/package/base-64), [`js-base64`](https://www.npmjs.com/package/js-base64), [`Base64.js`](https://www.npmjs.com/package/Base64) and [`base64-js`](https://www.npmjs.com/package/base64-js).
1515

16+
* The security queries now track data flow through exceptions.
17+
1618
* The security queries now treat comparisons with symbolic constants as sanitizers, resulting in fewer false positives.
1719

1820
* TypeScript 3.4 features are now supported.

0 commit comments

Comments
 (0)