From ec19fd5aa27e04f484c1907f48eae66e20cbf137 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 3 Sep 2021 12:16:28 +0200 Subject: [PATCH] build_library: add entries to the GLSA allow list Now that GLSA metadata was updated as of 2021-09-03, we need to add the following entries to the GLSA allow list, to avoid build failures caused by `glsa-check -t all`. 202006-03: perl 5.26.2, only SDK, allowlist 202008-01: python 2.7.15 & 3.6.5, only SDK, allowlist 202101-18: python 2.7.15 & 3.6.5, only SDK, allowlist 202104-04: python 2.7.15 & 3.6.5, only SDK, allowlist 202105-22: samba 4.12.9, not affected, samba has no ldap flag, no smbd. 202105-34: bash 4.3, non-trivial to update 202107-31: polkit 0.113, in-progress 202107-48: systemd 247.9, backported the fixes to v247.9. --- build_library/test_image_content.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 94c81cbec5..bf8bcddd09 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -8,6 +8,14 @@ GLSA_WHITELIST=( 201909-01 # Perl, SDK only 202003-26 # SDK only 202005-09 # SDK only + 202006-03 # perl, SDK only + 202008-01 # python, SDK only + 202101-18 # python, SDK only + 202104-04 # python, SDK only + 202105-22 # samba, not affected, samba has no ldap flag, no smbd. + 202105-34 # bash, non-trivial + 202107-31 # polkit, in-progress + 202107-48 # systemd, backported fixes to v247. ) glsa_image() {