Prevent prototype pollution while parsing query strings (#2494)

* Prevent prototype pollution while parsing query strings

* Update changelog [skip ci]
This commit is contained in:
Isiah Meadows 2019-07-27 17:39:55 -04:00 committed by GitHub
parent 48e7fd1711
commit 97fa1788c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 4 deletions

View file

@ -17,6 +17,7 @@
### Upcoming...
- Ensure vnodes are removed correctly in the face of `onbeforeremove` resolving after new nodes are added ([#2492](https://github.com/MithrilJS/mithril.js/pull/2492) [@isiahmeadows](https://github.com/isiahmeadows))
- Fix prototype pollution vulnerability in `m.parseQueryString` ([#2494](https://github.com/MithrilJS/mithril.js/pull/2494) [@isiahmeadows](https://github.com/isiahmeadows))
-->