Skip to content

Commit

Permalink
Changelog for 0.29.0.gfm.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anticomputer committed Jan 23, 2023
1 parent 3f172e3 commit ad38ac0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[0.29.0.gfm.7]

* Fixed a polynomial time complexity issue per
https://github.com/github/cmark-gfm/security/advisories/GHSA-r572-jvj2-3m8p
* Fixed an issue in which crafted markdown document could trigger an
out-of-bounds read in the validate_protocol function per
https://github.com/github/cmark-gfm/security/advisories/GHSA-c944-cv5f-hpvr
* Fixed a polynomial time complexity issue
https://github.com/github/cmark-gfm/security/advisories/GHSA-24f7-9frr-5h2r
* Fixed several polynomial time complexity issues per
https://github.com/github/cmark-gfm/security/advisories/GHSA-29g3-96g3-jg6c
* We removed an unneeded .DS_Store file (#291)
* We added a test for domains with underscores and fix roundtrip behavior (#292)
* We now use an up-to-date clang-format (#294)

[0.29.0.gfm.6]
* Fixed polynomial time complexity DoS vulnerability in autolink extension

Expand Down

0 comments on commit ad38ac0

Please sign in to comment.