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