mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
5d8e8ebcab
commit
8627277b50
|
|
@ -7,6 +7,8 @@ inherit pypi python_hatchling
|
|||
|
||||
SRC_URI[sha256sum] = "75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"
|
||||
|
||||
CVE_PRODUCT = "encode:httpx"
|
||||
|
||||
DEPENDS += "\
|
||||
python3-hatch-fancy-pypi-readme-native \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user