From 60770282da32f92f9e5fccc260a44ab7ba177506 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 10 Sep 2019 17:51:34 +0200 Subject: [PATCH] build_library: whitelist 201909-08 for D-BUS Since we already backported a security patch to sys-apps/dbus 1.10, we should whitelist GLSA 201909-08 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 4eae612f57..f34169fd1e 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-08 # dbus ) glsa_image() {