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-networking/recipes-connectivity/openthread | |
| 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-networking/recipes-connectivity/openthread')
| -rw-r--r-- | meta-networking/recipes-connectivity/openthread/wpantund_git.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb index a7fcc202a4..ebb3fc3c1c 100644 --- a/meta-networking/recipes-connectivity/openthread/wpantund_git.bb +++ b/meta-networking/recipes-connectivity/openthread/wpantund_git.bb | |||
| @@ -22,11 +22,8 @@ S = "${WORKDIR}/git" | |||
| 22 | 22 | ||
| 23 | inherit pkgconfig perlnative autotools | 23 | inherit pkgconfig perlnative autotools |
| 24 | 24 | ||
| 25 | # CVE-2020-8916 has been fixed in commit | ||
| 26 | # 3f108441e23e033b936e85be5b6877dd0a1fbf1c which is included in the SRCREV | ||
| 27 | # CVE-2021-33889 has been fixed in commit | ||
| 28 | # a8f3f761f6753b567d1e5ad22cbe6b0ceb6f2649 which is included in the SRCREV | ||
| 29 | # There has not been a wpantund release as of yet that includes these fixes. | 25 | # There has not been a wpantund release as of yet that includes these fixes. |
| 30 | # That means cve-check can not match them. Once a new release comes we can | 26 | # That means cve-check can not match them. Once a new release comes we can |
| 31 | # remove the ignore statement. | 27 | # remove the statement. |
| 32 | CVE_CHECK_IGNORE = "CVE-2020-8916 CVE-2021-33889" | 28 | CVE_STATUS[CVE-2020-8916] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c" |
| 29 | CVE_STATUS[CVE-2021-33889] = "backported-patch: fixed via 3f108441e23e033b936e85be5b6877dd0a1fbf1c" | ||
