JavaScript: Add models for many more base64 packages.

No tests; there are too many of these.
This commit is contained in:
Max Schaefer
2019-03-13 12:25:46 +00:00
parent f76efcb558
commit 8f6cb1cdb9
2 changed files with 46 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
* Support for the following frameworks and libraries has been improved:
- [socket.io](http://socket.io)
* The security queries now track data flow through Base64 decoders such as the Node.js `Buffer` class, the DOM function `atob`, as well as the npm packages [`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).
* 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).
## New queries