From cb4d3255fa48f166a85c8fbad72580436a308792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 25 Sep 2019 12:34:14 +0200 Subject: [PATCH] build_library: ignore GLSA 201904-13 to build on arm64 GLSA 201904-13 was fixed by dev-vcs/git >= 2.20.1, but it's unstable for arm64. That has been already changed to stable for arm64 on Gentoo upstream, but both Container Linux and Flatcar Linux still have older ebuild with `~arm64`. So for now we should ignore the GLSA 201904-03. --- 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..476eb3445d 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 + 201904-13 # git 201909-01 # Perl, SDK only 201909-08 # backported fix )