* [OE-core][PATCH] python3-pycryptodomex: add shared CVE_PRODUCT identity
@ 2026-08-20 9:38 Devansh Patel -X (devanshp - E INFOCHIPS PRIVATE LIMITED at Cisco)
0 siblings, 0 replies; only message in thread
From: Devansh Patel -X (devanshp - E INFOCHIPS PRIVATE LIMITED at Cisco) @ 2026-08-20 9:38 UTC (permalink / raw)
To: openembedded-core; +Cc: xe-linux-external
From: Devansh Patel <devanshp@cisco.com>
The current pycryptodome:pycryptodomex mapping is an active NVD
dictionary CPE and NVD vulnerability-configuration identity. It reaches
CVE-2023-52323 but misses CVE-2018-15560, whose NVD configuration uses
pycryptodome:pycryptodome, another active dictionary CPE.
PyCryptodome and PyCryptodomex are built from the same upstream source,
and the affected AESNI source is also shipped by PyCryptodomex.
Add the shared active identity while retaining the existing dedicated
identity. This makes CVE-2018-15560 properly report as patched.
Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb
index 148409c8d9..e2120d9972 100644
--- a/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb
@@ -3,7 +3,7 @@ inherit python_setuptools_build_meta
SRC_URI[sha256sum] = "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da"
-CVE_PRODUCT = "pycryptodome:pycryptodomex"
+CVE_PRODUCT = "pycryptodome:pycryptodome pycryptodome:pycryptodomex"
FILES:${PN}-tests = " \
${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
--
2.35.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 9:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 9:38 [OE-core][PATCH] python3-pycryptodomex: add shared CVE_PRODUCT identity Devansh Patel -X (devanshp - E INFOCHIPS PRIVATE LIMITED at Cisco)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox