diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2023-07-26 11:50:09 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-27 08:54:40 -0700 |
commit | 8af2f17a6fa8bf282c4c27054adbea1bf0873069 (patch) | |
tree | 22b6484379a0f3d3e2b89f958dda0fd45f2a1880 /meta-oe/recipes-dbs/postgresql | |
parent | 4c201ede939610946847ccd4221320ed776224aa (diff) | |
download | meta-openembedded-8af2f17a6fa8bf282c4c27054adbea1bf0873069.tar.gz |
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 <andrej.valek@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb b/meta-oe/recipes-dbs/postgresql/postgresql_15.3.bb index c4d4124f9..e1d49895f 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 += "\ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932" | 14 | SRC_URI[sha256sum] = "ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932" |
15 | 15 | ||
16 | CVE_CHECK_IGNORE += "\ | 16 | CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out configuration of postgresql so we can safely ignore it." |
17 | CVE-2017-8806 \ | ||
18 | " | ||