Skip to content

Commit 85a8334

Browse files
committed
v2.0.3
1 parent d46ca62 commit 85a8334

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.0.3] - 2021-05-19
7+
8+
### Fixed
9+
10+
- Fixed prototype pollution vulnerability #69 - thanks to @yadhukrishnam for disclosing and fixing
11+
612
## [2.0.2] - 2021-05-11
713

814
### Added
@@ -36,6 +42,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3642

3743
Initial Release.
3844

45+
[2.0.3]: https://github.com/fiznool/body-parser-xml/compare/v2.0.2...v2.0.3
3946
[2.0.2]: https://github.com/fiznool/body-parser-xml/compare/v2.0.1...v2.0.2
4047
[2.0.1]: https://github.com/fiznool/body-parser-xml/compare/v2.0.0...v2.0.1
4148
[2.0.0]: https://github.com/fiznool/body-parser-xml/compare/v1.1.0...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "body-parser-xml",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "XML parser middleware for express.js.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)