From 13afb72e30392247ed94830e9523eaa7f8a00fe4 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Sun, 13 Oct 2019 13:15:38 +0200 Subject: [PATCH] build_library: whitelist GLSA 201909-01 for perl Since we reverted perl to 5.26, we should whitelist 201909-1 for now. --- 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 f34169fd1e..80b784fd9f 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -5,6 +5,7 @@ GLSA_WHITELIST=( 201412-09 # incompatible CA certificate version numbers 201908-14 # backported both CVE fixes + 201909-01 # perl 201909-08 # dbus )