diff options
author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-18 13:07:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-18 09:11:22 -0700 |
commit | de4097f2304b2031265173c7d09aa1a2e983b81c (patch) | |
tree | 602b3263cf0ff2bf27936b4d76de876664ba30e9 /meta-oe/recipes-dbs | |
parent | 1642bfcb071aadb542c488bf79922842e32f1db5 (diff) | |
download | meta-openembedded-de4097f2304b2031265173c7d09aa1a2e983b81c.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>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_14.4.bb | 4 |
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 01a6ee635..64e83b2cd 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 += "\ | |||
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a" | 13 | SRC_URI[sha256sum] = "c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a" |
14 | |||
15 | CVE_CHECK_IGNORE += "\ | ||
16 | CVE-2017-8806 \ | ||
17 | " | ||