From ed81ee3b757b817ad314ab419c420dfcf8c25b09 Mon Sep 17 00:00:00 2001 From: atoptsoglou <26309908+atoptsoglou@users.noreply.github.com> Date: Thu, 30 Jul 2020 11:10:56 +0200 Subject: [PATCH] Fix typo Typo the correct CVE is CVE-2020-8553 and not CVE-2019-11251 --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9eb580923..5fb56ae07 100644 --- a/Changelog.md +++ b/Changelog.md @@ -526,7 +526,7 @@ _Documentation:_ Fix occasional prometheus `http: superfluous response.WriteHeader call...` error [#4943](https://github.com/kubernetes/ingress-nginx/pull/4943) Remove prometheus socket before the start of metrics collector [#4961](https://github.com/kubernetes/ingress-nginx/pull/4961) Reduce CPU utilization when the ingress controller is shutting down [#4959](https://github.com/kubernetes/ingress-nginx/pull/4959) -Fixes a flaw (CVE-2019-11251) when auth-type basic annotation is used [#4960](https://github.com/kubernetes/ingress-nginx/pull/4960) +Fixes a flaw (CVE-2020-8553) when auth-type basic annotation is used [#4960](https://github.com/kubernetes/ingress-nginx/pull/4960) _Changes:_