From 45c9ef7867c9cec2b2f0f71eed4feb6393975e23 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 21 Dec 2018 16:27:55 +0000 Subject: [PATCH] build_library: Drop whitelisted Go GLSAs Since Go is no longer cross-compiled, it won't hit the boards' GLSA tests anymore. --- build_library/test_image_content.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 40fcd69244..d22ab677c6 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -4,9 +4,6 @@ GLSA_WHITELIST=( 201412-09 # incompatible CA certificate version numbers - 201710-23 # we handle Go differently; drop when 1.9 builds everything - 201803-03 # same as above, drop when all Go < 1.9 packages are gone - 201804-12 # same as above, except this requires only Go 1.10 or later 201810-10 # we fixed the systemd CVEs in 238, but this wants 239 )