From fbc788f91c6d52c293191bc9d457146c659269d4 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 22 Aug 2019 22:13:45 +0200 Subject: [PATCH] build_library: remove golang from GLSA whitelist, add polkit Since we don't need to rely on old Golang, we can remove Golang-related GLSA entries completely. Also add a polkit-related GLSA entry, as its security patches are backported. --- build_library/test_image_content.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 88bed1438d..5467fa9040 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -4,10 +4,7 @@ GLSA_WHITELIST=( 201412-09 # incompatible CA certificate version numbers - 201710-23 - 201803-03 - 201804-12 - 201812-09 + 201908-14 # polkit ) glsa_image() {