From e6f022c49f2f9773c360bdc553065a8fd24f45a8 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 27 Aug 2021 10:42:39 -0400 Subject: [PATCH] link to cve listing in changelog Co-authored-by: Kent 'picat' Gruber --- .changelog/11084.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/11084.txt b/.changelog/11084.txt index 01971be6f..547e7fd92 100644 --- a/.changelog/11084.txt +++ b/.changelog/11084.txt @@ -1,3 +1,3 @@ ```release-note:security -Restricted access to the Raft RPC layer, so only servers within the region can issue Raft RPC requests. Previously, local clients and federated servers can issue Raft RPC requests directly. CVE-2021-37218 +Restricted access to the Raft RPC layer, so only servers within the region can issue Raft RPC requests. Previously, local clients and federated servers can issue Raft RPC requests directly. [CVE-2021-37218](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37218) ```