mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
asyncmqtt: set CVE_PRODUCT
The CVEs are tracked with an underscore in the product name: sqlite> select * from PRODUCTs where product like '%async%mq%'; CVE-2025-65503|redboltz|async_mqtt|10.2.5|=|| This patch sets the correct CVE_PRODUCT. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,6 +4,8 @@ LICENSE = "BSL-1.0"
|
|||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
|
||||||
|
|
||||||
|
CVE_PRODUCT = "async_mqtt"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
|
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
|
||||||
SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9"
|
SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user