yasm: add alternative CVE_PRODUCT

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-11-15 19:18:07 +01:00 committed by Khem Raj
parent 62a5309732
commit 93f85e4fd2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"