diff mbox series

[3/4] python3-pyasn1: set CVE_PRODUCT

Message ID 20260710074415.3341616-3-mark.yang@lge.com
State New
Headers show
Series [1/4] python3-cryptography: set CVE_PRODUCT | expand

Commit Message

mark.yang July 10, 2026, 7:43 a.m. UTC
From: "mark.yang" <mark.yang@lge.com>

Set the product to pyasn1.

The default python:pyasn1 does not match the NVD/CNA entries which use pyasn1 as vendor, so CVEs like CVE-2026-30922
are never reported.

Signed-off-by: mark.yang <mark.yang@lge.com>
---
 meta/recipes-devtools/python/python3-pyasn1_0.6.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.6.3.bb b/meta/recipes-devtools/python/python3-pyasn1_0.6.3.bb
index fb572d9da4..ee3cfc9813 100644
--- a/meta/recipes-devtools/python/python3-pyasn1_0.6.3.bb
+++ b/meta/recipes-devtools/python/python3-pyasn1_0.6.3.bb
@@ -14,4 +14,6 @@  RDEPENDS:${PN}:class-target += " \
     python3-shell \
 "
 
+CVE_PRODUCT = "pyasn1"
+
 BBCLASSEXTEND = "native nativesdk"