JS: change notes for Express

This commit is contained in:
Esben Sparre Andreasen
2019-04-03 12:30:18 +02:00
parent 60ba74a210
commit 0ec0aa35be

View File

@@ -6,6 +6,7 @@
- [koa](https://github.com/koajs/koa)
- [socket.io](http://socket.io)
- [Firebase](https://firebase.google.com/)
- [Express](https://expressjs.com/)
* 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).