From ea7ca345f0beca0f165429ffca9b1ebef44a61f8 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 16 Jul 2024 12:47:08 +0200 Subject: [PATCH] test_image_content: add GLSA 202407-05 to allowlist Add GLSA 202407-05 to allowlist, because ebuild of sys-auth/sssd already has a custom patch to fix CVE-2021-3621. --- build_library/test_image_content.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index b3c862efbd..c7abcb6c3f 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -4,6 +4,7 @@ GLSA_ALLOWLIST=( 201412-09 # incompatible CA certificate version numbers + 202407-05 # ebuild of sys-auth/sssd already has a custom patch to fix CVE-2021-3621 ) glsa_image() {