Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] python3-certifi: set CVE_PRODUCT
@ 2026-07-22  5:58 mark.yang
  2026-07-22  5:58 ` [PATCH 2/5] python3-idna: " mark.yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mark.yang @ 2026-07-22  5:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: mark.yang

From: "mark.yang" <mark.yang@lge.com>

NVD tracks certifi as certifi:certifi, so the default python:certifi
vendor prefix never matches and its CVEs are not evaluated at all.
Use the exact vendor:product pair.

All three existing CVEs (CVE-2022-23491, CVE-2023-37920,
CVE-2024-39689) affect versions below 2026.6.17, so they resolve as
not affected; nothing new shows as unpatched.

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

diff --git a/meta/recipes-devtools/python/python3-certifi_2026.6.17.bb b/meta/recipes-devtools/python/python3-certifi_2026.6.17.bb
index db78aaea0c..69c505b510 100644
--- a/meta/recipes-devtools/python/python3-certifi_2026.6.17.bb
+++ b/meta/recipes-devtools/python/python3-certifi_2026.6.17.bb
@@ -11,6 +11,8 @@ SRC_URI[sha256sum] = "024c88eeec92ca068db80f02b8b07c9cef7b9fe261d1d535abfd5abd6f
 
 inherit pypi python_setuptools_build_meta
 
+CVE_PRODUCT = "certifi:certifi"
+
 BBCLASSEXTEND = "native nativesdk"
 
 RDEPENDS:${PN} += "python3-io"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-22  5:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22  5:58 [PATCH 1/5] python3-certifi: set CVE_PRODUCT mark.yang
2026-07-22  5:58 ` [PATCH 2/5] python3-idna: " mark.yang
2026-07-22  5:58 ` [PATCH 3/5] python3-pyopenssl: " mark.yang
2026-07-22  5:58 ` [PATCH 4/5] python3-pyyaml: " mark.yang
2026-07-22  5:58 ` [PATCH 5/5] python3-xmltodict: " mark.yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox