From bd79eaf9d189b991a15e7f22502971c819ba0a4d Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 10 Sep 2019 21:47:55 -0400 Subject: [PATCH] test_image_content: whitelist Perl and dbus GLSAs Backported the dbus GLSA. Ignoring the Perl one. --- build_library/test_image_content.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_library/test_image_content.sh b/build_library/test_image_content.sh index 4eae612f57..260acc0c61 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -5,6 +5,8 @@ GLSA_WHITELIST=( 201412-09 # incompatible CA certificate version numbers 201908-14 # backported both CVE fixes + 201909-01 # Perl, SDK only + 201909-08 # backported fix ) glsa_image() {