Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] cve-check-map: Move 'upstream-wontfix' to "Unpatched" status
@ 2024-07-24  4:45 Dhairya Nagodra
  2024-07-24  6:34 ` [OE-core] " Marko, Peter
  0 siblings, 1 reply; 14+ messages in thread
From: Dhairya Nagodra @ 2024-07-24  4:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: xe-linux-external, Dhairya Nagodra

- The 'upstream-wontfix' is to be used when the CVE is accepted by the
  upstream, but they are not planning to fix it.
- If the version used in Yocto is vulnerable, it should not have
  "Ignored" status. The package is still exploitable by the CVE.
- Also, when the status is exported out of the SDK, it would be
  incorrect to put it under Ignored catgory.

Signed-off-by: Dhairya Nagodra <dnagodra@cisco.com>
---
 meta/conf/cve-check-map.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/cve-check-map.conf b/meta/conf/cve-check-map.conf
index b9df41a6f3..7ff53f5601 100644
--- a/meta/conf/cve-check-map.conf
+++ b/meta/conf/cve-check-map.conf
@@ -15,6 +15,8 @@ CVE_CHECK_STATUSMAP[unpatched] = "Unpatched"
 CVE_CHECK_STATUSMAP[vulnerable-investigating] = "Unpatched"
 # use when CVE fix is not compatible to the current version and cannot be backported.
 CVE_CHECK_STATUSMAP[cannot-backport] = "Unpatched"
+# use when upstream acknowledged the vulnerability but does not plan to fix it
+CVE_CHECK_STATUSMAP[upstream-wontfix] = "Unpatched"
 
 # used for migration from old concept, do not use for new vulnerabilities
 CVE_CHECK_STATUSMAP[ignored] = "Ignored"
@@ -26,5 +28,3 @@ CVE_CHECK_STATUSMAP[disputed] = "Ignored"
 CVE_CHECK_STATUSMAP[not-applicable-config] = "Ignored"
 # use when vulnerability affects other platform (e.g. Windows or Debian)
 CVE_CHECK_STATUSMAP[not-applicable-platform] = "Ignored"
-# use when upstream acknowledged the vulnerability but does not plan to fix it
-CVE_CHECK_STATUSMAP[upstream-wontfix] = "Ignored"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-12 10:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-24  4:45 [PATCH] cve-check-map: Move 'upstream-wontfix' to "Unpatched" status Dhairya Nagodra
2024-07-24  6:34 ` [OE-core] " Marko, Peter
2024-07-24  6:51   ` Dhairya Nagodra -X (dnagodra - E-INFO CHIPS INC at Cisco)
2024-07-24  8:46     ` Richard Purdie
2024-07-24 16:10       ` Marta Rybczynska
2024-07-24 22:13         ` Richard Purdie
2024-07-25  5:50           ` Dhairya Nagodra -X (dnagodra - E-INFO CHIPS INC at Cisco)
2024-07-26 13:24             ` Marta Rybczynska
2024-07-26 13:21           ` Marta Rybczynska
2024-08-07 10:17   ` Dhairya Nagodra -X (dnagodra - E INFOCHIPS LIMITED at Cisco)
2024-08-07 10:33     ` Marko, Peter
2024-08-12 10:08       ` Dhairya Nagodra -X (dnagodra - E INFOCHIPS LIMITED at Cisco)
2024-08-12 10:15         ` Richard Purdie
2024-08-12 10:57           ` Dhairya Nagodra -X (dnagodra - E INFOCHIPS LIMITED at Cisco)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox