From dfe49e7bcfa56d3be20857bb3092bbec8a0af78c Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Fri, 3 Sep 2021 11:17:51 +0200 Subject: [PATCH] build_library: remove unnecessary entries from GLSA allow list 201904-13: git 2.26.3, so not affected 201909-08: dbus 1.12.20, so not affected 201911-01: openssh 8.6, so not affected 202003-12: sudo 1.9.5, so not affected 202003-20: systemd 246+, so not affected 202003-24: file 5.39, so not affected 202003-30: git 2.26.3, so not affected 202003-31: gdb 9.2, so not affected 202003-52: samba 4.12.9, so not affected 202004-10: openssl 1.1.1l, so not affected 202004-13: git 2.26.3, so not affected 202005-02: qemu 5.2, so not affected --- build_library/test_image_content.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index ce5c1be108..94c81cbec5 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -5,20 +5,8 @@ GLSA_WHITELIST=( 201412-09 # incompatible CA certificate version numbers 201908-14 # backported both CVE fixes - 201904-13 # git 201909-01 # Perl, SDK only - 201909-08 # backported fix - 201911-01 # package too old to even have the affected USE flag - 202003-20 # backported fix - 202003-12 # only applies to old, already-fixed CVEs - 202003-24 # SDK only 202003-26 # SDK only - 202003-30 # fixed by updating within older minor release - 202003-31 # SDK only - 202003-52 # difficult to update :-( - 202004-10 # fixed by updating within older minor release - 202004-13 # fixed by updating within older minor release - 202005-02 # SDK only 202005-09 # SDK only )