diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-04-11 23:14:46 +1200 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-04-15 14:12:18 +0530 |
| commit | 8ce4b233c6e2afa6be89ad31a3c77452b0f3a23b (patch) | |
| tree | e58bee7aa2e38a373b954cf3a947d0a2b010e22c /meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb | |
| parent | 8e106a9b12bb8dbb24a63ef058bc12fc0c218b4b (diff) | |
| download | meta-openembedded-8ce4b233c6e2afa6be89ad31a3c77452b0f3a23b.tar.gz | |
python3-ecdsa: fix CVE-2026-33936
Details:
https://nvd.nist.gov/vuln/detail/CVE-2026-33936
Ptests passed:
root@qemux86:~# ptest-runner python3-ecdsa
START: ptest-runner
2026-04-11T08:04
BEGIN: /usr/lib/python3-ecdsa/ptest
...
...
Testsuite summary
# TOTAL: 1978
# PASS: 1974
# SKIP: 4
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
DURATION: 386
END: /usr/lib/python3-ecdsa/ptest
2026-04-11T08:10
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb index 8e967f9259..0ae93fe3d9 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.19.0.bb | |||
| @@ -10,6 +10,7 @@ inherit pypi setuptools3 python3native ptest | |||
| 10 | 10 | ||
| 11 | SRC_URI += " \ | 11 | SRC_URI += " \ |
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | file://CVE-2026-33936.patch \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | RDEPENDS:${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
