mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
62a5309732
commit
93f85e4fd2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user