mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
The CVEs for this recipes are tracked using the agendaless:waitress CPE, which doesn't match the default python:waitress CPE, making the cve-checker miss relevant CVEs. See CVE db query: sqlite> select * from products where PRODUCT like 'waitress'; CVE-2019-16785|agendaless|waitress|||1.3.1|<= CVE-2019-16786|agendaless|waitress|||1.3.1|< CVE-2019-16789|agendaless|waitress|||1.4.0|<= CVE-2019-16792|agendaless|waitress|||1.3.1|<= CVE-2020-5236|agendaless|waitress|1.4.2|=|| CVE-2022-24761|agendaless|waitress|||2.1.1|< CVE-2022-31015|agendaless|waitress|2.1.0|>=|2.1.2|< CVE-2024-49768|agendaless|waitress|2.0.0|>=|3.0.1|< CVE-2024-49769|agendaless|waitress|||3.0.1|< Set CVE_PRODUCT accordingly. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
541 B
BlitzBasic
18 lines
541 B
BlitzBasic
SUMMARY = "A WSGI server for Python"
|
|
DESCRIPTION = "Waitress is meant to be a production-quality pure-Python WSGI \
|
|
server with very acceptable performance."
|
|
HOMEPAGE = "https://github.com/Pylons/waitress"
|
|
SECTION = "devel/python"
|
|
LICENSE = "ZPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
|
|
|
|
CVE_PRODUCT = "waitress"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-logging \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "682aaaf2af0c44ada4abfb70ded36393f0e307f4ab9456a215ce0020baefc31f"
|
|
|
|
inherit python_setuptools_build_meta pypi
|