We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.29.0.gfm.3
1 parent ac80f7b commit ff164f1Copy full SHA for ff164f1
CMakeLists.txt
@@ -4,7 +4,7 @@ project(cmark-gfm)
4
set(PROJECT_VERSION_MAJOR 0)
5
set(PROJECT_VERSION_MINOR 29)
6
set(PROJECT_VERSION_PATCH 0)
7
-set(PROJECT_VERSION_GFM 2)
+set(PROJECT_VERSION_GFM 3)
8
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM})
9
10
include("FindAsan.cmake")
changelog.txt
@@ -1,3 +1,6 @@
1
+[0.29.0.gfm.3]
2
+ * Fixed heap memory corruption vulnerabiliy via integer overflow per https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x
3
+
[0.29.0.gfm.2]
* Fixed issues with footnote rendering when used with the autolinker (#121),
and when footnotes are adjacent (#139).
0 commit comments