aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-18 13:07:10 +0200
committerArmin Kuster <akuster808@gmail.com>2022-07-21 07:17:15 -0700
commit4f0231595fb51ea2dd7bc0626bca3711040f19b4 (patch)
tree997681332b40a01d12a9b4c0593cf75060ecafd1
parentb0bf2829a26e5bc834048642ed8ce0adbd51f0d3 (diff)
downloadmeta-openembedded-contrib-4f0231595fb51ea2dd7bc0626bca3711040f19b4.tar.gz
postgresql: ignore unrelated CVE
CVE-2017-8806 doesn't apply to out configuration of postgresql so we can safely ignore it. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit de4097f2304b2031265173c7d09aa1a2e983b81c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb
index 01a6ee635e..64e83b2cde 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb
@@ -11,3 +11,7 @@ SRC_URI += "\
"
SRC_URI[sha256sum] = "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a"
+
+CVE_CHECK_IGNORE += "\
+ CVE-2017-8806 \
+"