From 103c7425fe64110740a92daac21bcd83f293d3ec Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 1 Nov 2018 14:45:21 +0000 Subject: [PATCH] build_library: Whitelist the systemd GLSA until we have 239 --- build_library/test_image_content.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index a79b5703b2..40fcd69244 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -7,6 +7,7 @@ GLSA_WHITELIST=( 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 ) glsa_image() {