Skip to content

Commit ad38ac0

Browse files
committed
Changelog for 0.29.0.gfm.7
1 parent 3f172e3 commit ad38ac0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[0.29.0.gfm.7]
2+
3+
* Fixed a polynomial time complexity issue per
4+
https://github.com/github/cmark-gfm/security/advisories/GHSA-r572-jvj2-3m8p
5+
* Fixed an issue in which crafted markdown document could trigger an
6+
out-of-bounds read in the validate_protocol function per
7+
https://github.com/github/cmark-gfm/security/advisories/GHSA-c944-cv5f-hpvr
8+
* Fixed a polynomial time complexity issue
9+
https://github.com/github/cmark-gfm/security/advisories/GHSA-24f7-9frr-5h2r
10+
* Fixed several polynomial time complexity issues per
11+
https://github.com/github/cmark-gfm/security/advisories/GHSA-29g3-96g3-jg6c
12+
* We removed an unneeded .DS_Store file (#291)
13+
* We added a test for domains with underscores and fix roundtrip behavior (#292)
14+
* We now use an up-to-date clang-format (#294)
15+
116
[0.29.0.gfm.6]
217
* Fixed polynomial time complexity DoS vulnerability in autolink extension
318

0 commit comments

Comments
 (0)