From 76bbd3b19a02986fb79a6f2650659111b8c31214 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 18 Dec 2024 10:24:02 +0100 Subject: [PATCH] CVE-2017-7407.md: modified fix commit It looks like this advisory listed the wrong commit hash for the introduction of this bug. It does not change the version range. URL: https://curl.se/mail/lib-2024-12/0024.html --- docs/CVE-2017-7407.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CVE-2017-7407.md b/docs/CVE-2017-7407.md index 6b1edbaa70..eae564db9c 100644 --- a/docs/CVE-2017-7407.md +++ b/docs/CVE-2017-7407.md @@ -44,7 +44,7 @@ This flaw exists in the following curl versions. - Affected versions: curl 6.5 to and including 7.53.1 - Not affected versions: curl < 6.5 and >= 7.54.0 -- Introduced-in: https://github.com/curl/curl/commit/90030a49c7facfefeca8 +- Introduced-in: https://github.com/curl/curl/commit/d073ec0a719bfad2 SOLUTION ------------