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-core/emlog | |
| 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-core/emlog')
| -rw-r--r-- | meta-oe/recipes-core/emlog/emlog_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/emlog/emlog_git.bb b/meta-oe/recipes-core/emlog/emlog_git.bb index 05fa0c334c..03c895f667 100644 --- a/meta-oe/recipes-core/emlog/emlog_git.bb +++ b/meta-oe/recipes-core/emlog/emlog_git.bb | |||
| @@ -25,11 +25,9 @@ do_install() { | |||
| 25 | 25 | ||
| 26 | RRECOMMENDS:${PN} += "kernel-module-emlog" | 26 | RRECOMMENDS:${PN} += "kernel-module-emlog" |
| 27 | 27 | ||
| 28 | # The NVD database doesn't have a CPE for this product, | 28 | CVE_STATUS_GROUPS += "CVE_STATUS_EMLOG" |
| 29 | # the name of this product is exactly the same as github.com/emlog/emlog | 29 | CVE_STATUS_EMLOG[status] = "fixed-version: The name of this product is exactly the same as github.com/emlog/emlog. CVE can be safely ignored." |
| 30 | # but it's not related in any way. The following CVEs are from that project | 30 | CVE_STATUS_EMLOG = " \ |
| 31 | # so they can be safely ignored | ||
| 32 | CVE_CHECK_IGNORE += "\ | ||
| 33 | CVE-2019-16868 \ | 31 | CVE-2019-16868 \ |
| 34 | CVE-2019-17073 \ | 32 | CVE-2019-17073 \ |
| 35 | CVE-2021-44584 \ | 33 | CVE-2021-44584 \ |
