Skip to content

Commit

Permalink
update CHANGELOG.md for v5.0.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Mar 7, 2018
1 parent aaaa5ab commit 70d9262
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
# 5.0.3 / 2018-03-06

This patch features a fix to address a potential "low severity" [ReDoS vulnerability](https://snyk.io/vuln/npm:diff:20180305) in the [diff](https://npm.im/diff) package (a dependency of Mocha).

## :lock: Security Fixes

- [#3266]: Bump `diff` to v3.5.0 ([@anishkny])

## :nut_and_bolt: Other

- [#3011]: Expose `generateDiff()` in `Base` reporter ([@harrysarson])

[#3266]: https://github.com/mochajs/mocha/pull/3266
[#3011]: https://github.com/mochajs/mocha/issues/3011

[@anishkny]: https://github.com/anishkny
[@harrysarson]: https://github.com/harrysarson

# 5.0.2 / 2018-03-05

This release fixes a class of tests which report as *false positives*. **Certain tests will now break**, though they would have previously been reported as passing. Details below. Sorry for the inconvenience!
Expand Down

0 comments on commit 70d9262

Please sign in to comment.