From 8af2f17a6fa8bf282c4c27054adbea1bf0873069 Mon Sep 17 00:00:00 2001 From: Andrej Valek Date: Wed, 26 Jul 2023 11:50:09 +0200 Subject: cve_check: convert CVE_CHECK_IGNORE to CVE_STATUS - Try to add convert and apply statuses for old CVEs - Drop some obsolete ignores, while they are not relevant for current version Signed-off-by: Andrej Valek Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-oe/recipes-dbs/postgresql') diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb b/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb index c4d4124f9a..e1d49895f0 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb @@ -13,6 +13,4 @@ SRC_URI += "\ SRC_URI[sha256sum] = "ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932" -CVE_CHECK_IGNORE += "\ - CVE-2017-8806 \ -" +CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it." -- cgit v1.2.3-54-g00ecf