mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -22,11 +22,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig perlnative autotools
|
||||
|
||||
# CVE-2020-8916 has been fixed in commit
|
||||
# 3f108441e23e033b936e85be5b6877dd0a1fbf1c which is included in the SRCREV
|
||||
# CVE-2021-33889 has been fixed in commit
|
||||
# a8f3f761f6753b567d1e5ad22cbe6b0ceb6f2649 which is included in the SRCREV
|
||||
# There has not been a wpantund release as of yet that includes these fixes.
|
||||
# That means cve-check can not match them. Once a new release comes we can
|
||||
# remove the ignore statement.
|
||||
CVE_CHECK_IGNORE = "CVE-2020-8916 CVE-2021-33889"
|
||||
# remove the statement.
|
||||
CVE_STATUS[CVE-2020-8916] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c"
|
||||
CVE_STATUS[CVE-2021-33889] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c"
|
||||
|
||||
Reference in New Issue
Block a user