From afb260d82eed7e4832e6a6aa2306c0c5fd6554ca Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 7 Dec 2021 16:20:17 +0100 Subject: [PATCH] Update nss on centos7 to address CVEs This addresses https://access.redhat.com/security/cve/CVE-2021-43527 Signed-off-by: Evan Lezar --- .common-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.common-ci.yml b/.common-ci.yml index bfd50503..dcb90282 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -46,6 +46,7 @@ stages: .dist-centos7: variables: DIST: centos7 + CVE_UPDATES: "nss" .dist-centos8: variables: