diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-31 08:54:20 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:34:02 -0800 |
| commit | 8627277b502bd01e0ac1d856032efe7ae049a249 (patch) | |
| tree | 39d5d2af9de582fb6e8046e3d4edb76ed7c51cde /meta-python | |
| parent | 5d8e8ebcab8789f8485b353e376b4519a7c8adc7 (diff) | |
| download | meta-openembedded-8627277b502bd01e0ac1d856032efe7ae049a249.tar.gz | |
python3-httpx: set CVE_PRODUCT
The relevant CVEs are tracked in the CVE db with encode:httpx CPE
instead of the default python:httpx. Set CVE_PRODUCT accordingly.
See CVE db query:
sqlite> select * from products where product like '%httpx%';
CVE-2021-41945|encode|httpx|||0.23.0|<
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb b/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb index fc41d7d2b2..5bbf7475b6 100644 --- a/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb +++ b/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb | |||
| @@ -7,6 +7,8 @@ inherit pypi python_hatchling | |||
| 7 | 7 | ||
| 8 | SRC_URI[sha256sum] = "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" | 8 | SRC_URI[sha256sum] = "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc" |
| 9 | 9 | ||
| 10 | CVE_PRODUCT = "encode:httpx" | ||
| 11 | |||
| 10 | DEPENDS += "\ | 12 | DEPENDS += "\ |
| 11 | python3-hatch-fancy-pypi-readme-native \ | 13 | python3-hatch-fancy-pypi-readme-native \ |
| 12 | " | 14 | " |
