From 19ae51910b84042dd88fd3bf3e170c15eb0be4df Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 8 Nov 2019 17:59:16 -0500 Subject: [PATCH] test_image_content: whitelist OpenSSH GLSA It only affects a default-disabled USE flag, and our overlay ebuild is too old to even support it. --- 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 260acc0c61..3b1075c8ef 100644 --- a/build_library/test_image_content.sh +++ b/build_library/test_image_content.sh @@ -7,6 +7,7 @@ GLSA_WHITELIST=( 201908-14 # backported both CVE fixes 201909-01 # Perl, SDK only 201909-08 # backported fix + 201911-01 # package too old to even have the affected USE flag ) glsa_image() {