From 9b68c3fb716d5297e6c6c7fb41f5baaaa55b0ea5 Mon Sep 17 00:00:00 2001 From: "mark.yang" Date: Thu, 23 Jul 2026 01:41:48 -0700 Subject: [PATCH] python3-pyasn1: set CVE_PRODUCT 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. Use the exact pyasn1:pyasn1 pair. Note: Original commit was for python3-pyasn1_0.6.3.bb. This is adjusted for scarthgap where recipe version is python3-pyasn1_0.5.1.bb. Suggested-by: Ross Burton (From OE-Core rev: 4c2a8f74464cf3b7143bd9e978eef976aea6315e) Signed-off-by: mark.yang Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie (cherry picked from commit 4971337840e8855740409e8f5dadb3ab3661f033) Signed-off-by: Himanshu Jadon Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb b/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb index 0519ba5edb..3f2d444826 100644 --- a/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb +++ b/meta/recipes-devtools/python/python3-pyasn1_0.5.1.bb @@ -1,3 +1,4 @@ inherit pypi setuptools3 require python-pyasn1.inc +CVE_PRODUCT = "pyasn1:pyasn1"