[meta-python][scarthgap][PATCH] python3-httpx: set CVE_PRODUCT
"Devansh Patel -X (devanshp - E INFOCHIPS PRIVATE LIMITED at Cisco)" <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Gyorgy Sarvari <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 8627277b502bd01e0ac1d856032efe7ae049a249) Signed-off-by: Devansh Patel <[email protected]> --- meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb b/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb index e4d3cbeee8..f16edceac1 100644 --- a/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb +++ b/meta-python/recipes-devtools/python/python3-httpx_0.27.0.bb @@ -7,6 +7,8 @@ inherit pypi python_hatchling SRC_URI[sha256sum] = "a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5" +CVE_PRODUCT = "encode:httpx" + DEPENDS += "\ python3-hatch-fancy-pypi-readme-native \ " -- 2.35.6