From: "mark.yang" <[email protected]> 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 <[email protected]> Signed-off-by: mark.yang <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 4971337840e8855740409e8f5dadb3ab3661f033) Signed-off-by: Himanshu Jadon <[email protected]> --- 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" -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241794): https://lists.openembedded.org/g/openembedded-core/message/241794 Mute This Topic: https://lists.openembedded.org/mt/120407812/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
