summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:34 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:04 -0800
commit966292e7704ed07dd4e045f06a7e13b541621f3f (patch)
tree2c88e4ac57f43f54c8b5ed65162ebc367bd6c584 /meta-python/recipes-devtools/python
parentb03642e20ea8836bbffb325b711e01f86bb5c4f4 (diff)
downloadmeta-openembedded-966292e7704ed07dd4e045f06a7e13b541621f3f.tar.gz
python3-orjson: set CVE_PRODUCT
The default python:orjson CPE fails to match related CVEs, because NVD tracks them using ijl:orjson CPE. Set CVE_PRODUCT accordingly. See CVE db query: sqlite> select * from products where product like '%orjson%'; CVE-2024-27454|ijl|orjson|||3.9.15|< Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb b/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
index 7db76c9415..2209569aca 100644
--- a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
+++ b/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d"
5 5
6SRC_URI[sha256sum] = "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b" 6SRC_URI[sha256sum] = "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b"
7 7
8CVE_PRODUCT = "orjson"
9
8require ${BPN}-crates.inc 10require ${BPN}-crates.inc
9 11
10inherit pypi python_maturin cargo-update-recipe-crates 12inherit pypi python_maturin cargo-update-recipe-crates