From 66faa29b79322e078621f050198cc5d7ddc5aaf8 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Fri, 7 Aug 2020 11:12:56 -0500 Subject: [PATCH] Add CVE reference to changelog for PR 70762 (#71151) (#71153) Co-authored-by: David Shrewsbury --- changelogs/fragments/70762-sanitize-uri-keys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/70762-sanitize-uri-keys.yml b/changelogs/fragments/70762-sanitize-uri-keys.yml index 98f84f372c3829..27e61194a25847 100644 --- a/changelogs/fragments/70762-sanitize-uri-keys.yml +++ b/changelogs/fragments/70762-sanitize-uri-keys.yml @@ -1,2 +1,2 @@ security_fixes: - - Sanitize no_log values from any response keys that might be returned from the uri module. + - Sanitize no_log values from any response keys that might be returned from the uri module (CVE-2020-14330).