diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-19 21:27:45 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-20 10:17:19 +0530 |
| commit | 9cb5abd34b658d54d3bb938d2629265119180da8 (patch) | |
| tree | 466acf206e621aa9b9f095fbf378f161859b1484 /meta-oe/recipes-connectivity | |
| parent | 835f1ef6882b9c765a67591d9783dcfce93f7cbb (diff) | |
| download | meta-openembedded-9cb5abd34b658d54d3bb938d2629265119180da8.tar.gz | |
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>
(cherry picked from commit 4da079d7f572efed610bdf1291e838d0a5fc45cc)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb index 6a73543821..47de7a7344 100644 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb | |||
| @@ -4,6 +4,8 @@ LICENSE = "BSL-1.0" | |||
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" |
| 6 | 6 | ||
| 7 | CVE_PRODUCT = "async_mqtt" | ||
| 8 | |||
| 7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" | 9 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" |
| 8 | SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" | 10 | SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" |
| 9 | 11 | ||
