diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:35 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:04 -0800 |
| commit | 389d1a4b3e864c85996b945e14fe638b1590f7c2 (patch) | |
| tree | 75aca8d2a9ca2f4c9653dc0dd596f03e5cb58dcd /meta-python/recipes-devtools/python/python3-pymongo_4.15.5.bb | |
| parent | 966292e7704ed07dd4e045f06a7e13b541621f3f (diff) | |
| download | meta-openembedded-389d1a4b3e864c85996b945e14fe638b1590f7c2.tar.gz | |
python3-pymongo: set CVE_PRODUCT
The default python:pymongo CPE fails to match related CVE entries, because
they are tracked using mongodb:pymongo CPE. Set CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like '%pymongo%';
CVE-2024-5629|mongodb|pymongo|||4.6.3|<|0
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/python3-pymongo_4.15.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pymongo_4.15.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.15.5.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.15.5.bb index 916fd0f1d9..80f07e4425 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_4.15.5.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.15.5.bb | |||
| @@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "3a8d6bf2610abe0c97c567cf98bf5bba3e90ccc93cc03c9dde75fa11e4267b42" | 11 | SRC_URI[sha256sum] = "3a8d6bf2610abe0c97c567cf98bf5bba3e90ccc93cc03c9dde75fa11e4267b42" |
| 12 | 12 | ||
| 13 | CVE_PRODUCT = "pymongo" | ||
| 14 | |||
| 13 | inherit pypi python_hatchling | 15 | inherit pypi python_hatchling |
| 14 | 16 | ||
| 15 | PACKAGES =+ "python3-bson" | 17 | PACKAGES =+ "python3-bson" |
