Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/4] yasm: add alternative CVE_PRODUCT
@ 2025-11-15 12:38 Gyorgy Sarvari
  2025-11-15 12:38 ` [meta-oe][PATCH 2/4] yasm: patch CVE-2023-59579 Gyorgy Sarvari
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gyorgy Sarvari @ 2025-11-15 12:38 UTC (permalink / raw)
  To: openembedded-devel

There are multiple vendors for yasm:

$ sqlite3 ./nvdcve_2-2.db "select distinct vendor, product from products where product = 'yasm';"
tortall|yasm
yasm_project|yasm

Both products refer to the same application

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-devtools/yasm/yasm_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index 68895a1697..abaeef4db3 100644
--- a/meta-oe/recipes-devtools/yasm/yasm_git.bb
+++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb
@@ -33,3 +33,5 @@ do_configure:prepend() {
 CVE_STATUS_GROUPS += "CVE_STATUS_HASH_UPDATE"
 CVE_STATUS_HASH_UPDATE = "CVE-2021-33454 CVE-2023-31975 CVE-2023-37732"
 CVE_STATUS_HASH_UPDATE[status] = "fixed-version: patched in current git hash"
+
+CVE_PRODUCT += "tortall:yasm yasm_project:yasm"


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

end of thread, other threads:[~2025-11-15 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-15 12:38 [meta-oe][PATCH 1/4] yasm: add alternative CVE_PRODUCT Gyorgy Sarvari
2025-11-15 12:38 ` [meta-oe][PATCH 2/4] yasm: patch CVE-2023-59579 Gyorgy Sarvari
2025-11-15 12:38 ` [meta-oe][PATCH 3/4] yasm: patch CVE-2021-33464 Gyorgy Sarvari
2025-11-15 12:38 ` [meta-oe][PATCH 4/4] yasm: patch CVE-2021-33456 Gyorgy Sarvari
     [not found] ` <18782E73673BFCC1.1143620@lists.openembedded.org>
2025-11-15 18:11   ` [oe] [meta-oe][PATCH 2/4] yasm: patch CVE-2023-59579 Gyorgy Sarvari

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