From 973261c0b805075ab8e250034bfd72916541f6d3 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Sun, 19 Sep 2021 17:08:13 -0700 Subject: Document CVE-2017-18926 fix commit --- NEWS.html | 1 + RELEASE.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/NEWS.html b/NEWS.html index e6176115..3430fbb1 100644 --- a/NEWS.html +++ b/NEWS.html @@ -14,6 +14,7 @@

+Fixes CVE-2017-18926
Multiple Appveyor Windows and CMake build fixes by 0u812. (Note: the resulting binaries and libraries were not tested on Windows)
Turtle parser now reads input in chunks so can handle huge files. Patch by Sebastian Freundt
Added a serializer for the mKR language. Patch by Richard H. McCullough.
diff --git a/RELEASE.html b/RELEASE.html index a7e595d8..c6013555 100644 --- a/RELEASE.html +++ b/RELEASE.html @@ -14,6 +14,9 @@

Not yet released.

+

CVE-2017-18926 +fixed in commit 590681e546cd9aa18d57dc2ea1858cb734a3863f

+

Parser changes

The Turtle parser was improved to process input in chunks, rather -- cgit v1.2.1