diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-09 15:17:33 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:48 -0800 |
| commit | a5ee234b8cf06b6385a9bf1eb5b60d6171a993c9 (patch) | |
| tree | 1ceaf5a35add0ce778b7b5c9edb324c62e5ba0b5 /meta-python | |
| parent | 93671dd613304ddeb4fe185963600491a415a1b0 (diff) | |
| download | meta-openembedded-a5ee234b8cf06b6385a9bf1eb5b60d6171a993c9.tar.gz | |
python3-uvicorn: mark CVE-2020-7694 patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-7694
The vulnerability was reported to the project[1], and the commit[2] that
resolved the issue has been part of the project since version 0.11.7.
Mark the CVE as patched due to this.
[1]: https://github.com/Kludex/uvicorn/issues/723
[2]: https://github.com/Kludex/uvicorn/commit/895807f94ea9a8e588605c12076b7d7517cda503
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-uvicorn_0.40.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb b/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb index 3013ff50d0..227202b8cc 100644 --- a/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb +++ b/meta-python/recipes-devtools/python/python3-uvicorn_0.40.0.bb | |||
| @@ -12,6 +12,7 @@ inherit pypi python_hatchling ptest-python-pytest | |||
| 12 | 12 | ||
| 13 | PYPI_PACKAGE = "uvicorn" | 13 | PYPI_PACKAGE = "uvicorn" |
| 14 | CVE_PRODUCT = "encode:uvicorn" | 14 | CVE_PRODUCT = "encode:uvicorn" |
| 15 | CVE_STATUS[CVE-2020-7694] = "fixed-version: The vulnerability has been fixed since 0.11.7" | ||
| 15 | 16 | ||
| 16 | RDEPENDS:${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
| 17 | python3-click \ | 18 | python3-click \ |
