Prevent prototype pollution while parsing query strings (#2494)
* Prevent prototype pollution while parsing query strings * Update changelog [skip ci]
This commit is contained in:
parent
48e7fd1711
commit
97fa1788c2
3 changed files with 23 additions and 4 deletions
|
|
@ -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))
|
||||
|
||||
-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue