diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:14 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:01 -0800 |
| commit | b4fd4a6217cc94bece31ac662815a13343888ee6 (patch) | |
| tree | 3cd49425cf2b464b269e8e493027c0c6c44d4457 /meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb | |
| parent | d3a40746634e63a0cccf62d4837345ee9a2d3b1f (diff) | |
| download | meta-openembedded-b4fd4a6217cc94bece31ac662815a13343888ee6.tar.gz | |
python3-pydantic: set CVE_PRODUCT
Set correct CVE_PRODUCT - the default ${PN} value doesn't match relevant
CVEs.
See CVE query (n8n vendor is not relevant):
sqlite> select * from products where product like '%pydantic%';
CVE-2021-29510|pydantic|pydantic|||1.6.2|<
CVE-2021-29510|pydantic|pydantic|1.7|>=|1.7.4|<
CVE-2021-29510|pydantic|pydantic|1.8|>=|1.8.2|<
CVE-2024-3772|pydantic|pydantic|||1.10.13|<
CVE-2024-3772|pydantic|pydantic|2.0|>=|2.4.0|<
CVE-2025-55526|n8n|pydantic|2.11.7|=||
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-pydantic_2.12.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb b/meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb index 13035f4808..8793e76aef 100644 --- a/meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb +++ b/meta-python/recipes-devtools/python/python3-pydantic_2.12.4.bb | |||
| @@ -16,6 +16,8 @@ PV .= "+git" | |||
| 16 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.12-fixes" | 16 | SRC_URI = "git://github.com/pydantic/pydantic;protocol=https;branch=v2.12-fixes" |
| 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" | 17 | DEPENDS += "python3-hatch-fancy-pypi-readme-native" |
| 18 | 18 | ||
| 19 | CVE_PRODUCT = "pydantic:pydantic" | ||
| 20 | |||
| 19 | RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core." | 21 | RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-pydantic-core." |
| 20 | 22 | ||
| 21 | RDEPENDS:${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
