mirror of
https://git.yoctoproject.org/poky
synced 2026-09-11 21:49:33 +02:00
python3-idna: set CVE_PRODUCT
The pypi class default python:idna matches nothing in the CVE databases, which track the Python idna CVEs as: * CVE-2024-3651 (kjd:internationalized_domain_names_in_applications) [1] * CVE-2026-45409 (kjd:idna in the CNA record, same NVD CPE as above) Set both vendor:product pairs. For scarthgap, python3-idna is 3.7. CVE-2026-45409 affects idna versions before 3.15, so this metadata change will expose that CVE as applicable/unpatched. The fix for CVE-2026-45409 needs to be handled separately. The bare product name is not an option here: it would also match "servo:idna", the Rust idna crate (e.g. CVE-2024-12224). Note: Original commit was for python3-idna_3.11.bb. This is adjusted for scarthgap where recipe version is python3-idna_3.7.bb. [1] https://nvd.nist.gov/vuln/detail/CVE-2024-3651 (From OE-Core rev: 70a1b17edf909715065c1d727f989fc07f8db8bf) Signed-off-by: mark.yang <mark.yang@lge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 48428c0fe22d8ecbfa53efffb28173d4d37539e6) Signed-off-by: Himanshu Jadon <hjadon@cisco.com> Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1"
|
||||
|
||||
SRC_URI[sha256sum] = "028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"
|
||||
|
||||
CVE_PRODUCT = "kjd:idna kjd:internationalized_domain_names_in_applications"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
|
||||
RDEPENDS:${PN}:class-target = "\
|
||||
|
||||
Reference in New Issue
Block a user