summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-httpx: set CVE_PRODUCTGyorgy Sarvari14 days1-0/+2
| | | | | | | | | | | | 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>
* python3-httpx: upgrade 0.28.0 -> 0.28.1Wang Mingyu2024-12-241-0/+48
Changelog: Fix SSL case where verify=False together with client side certificates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>