From 0c784209116a76db7b183944d8d7a0391f6b6149 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 24 Nov 2022 09:16:33 +0100 Subject: [PATCH] build_library: remove GLSA 202105-22 from GLSA_ALLOWLIST Flatcar has net-fs/samba 4.15.4-r3, greater than 4.13.8, so it is not necessary to keep GLSA 202105-22 in GLSA_ALLOWLIST. Allow 202209-12 for now, as update to grub 2.06 is still in progress. --- build_library/test_image_content.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 60f97720f3..d1c160c20d 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -4,7 +4,7 @@ GLSA_ALLOWLIST=( 201412-09 # incompatible CA certificate version numbers - 202105-22 # samba, not affected, samba has no ldap flag, no smbd. + 202209-12 # grub 2.06 is still in progress ) glsa_image() {