Update javascript/change-notes/2021-02-09-form-parsers.md

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-02-15 12:35:16 +01:00
committed by GitHub
parent e5db0ef16b
commit 74ce7369f8

View File

@@ -1,6 +1,7 @@
lgtm,codescanning
* Server side form parsing libraries are now recognized as source of remote user input.
[multer](https://www.npmjs.com/package/multer) and
[busboy](https://www.npmjs.com/package/busboy) and
[formidable](https://www.npmjs.com/package/formidable) and
[multiparty](https://www.npmjs.com/package/formidable)
Affected packages are
[multer](https://www.npmjs.com/package/multer),
[busboy](https://www.npmjs.com/package/busboy),
[formidable](https://www.npmjs.com/package/formidable), and
[multiparty](https://www.npmjs.com/package/formidable).