Skip to content

Commit d7ca6c2

Browse files
CBL-Mariner-BotKanishk Bansaljslobodzian
authored
[AUTOPATCHER-CORE] Upgrade python-ecdsa to 0.19.2 for CVE-2026-33936 (#16343)
Signed-off-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: Kanishk Bansal <kanbansal@microsoft.com> Co-authored-by: jslobodzian <joslobo@microsoft.com>
1 parent 309e090 commit d7ca6c2

File tree

4 files changed

+9
-123
lines changed

4 files changed

+9
-123
lines changed

SPECS/python-ecdsa/308.patch

Lines changed: 0 additions & 117 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"python-ecdsa-0.18.0.tar.gz": "5d33bcc7c45be2d0bf0bd7d3a1e6502fac16efde1b69bc988c9a3ee7680c17d7"
3+
"python-ecdsa-0.19.2.tar.gz": "4b5fa1dfa5de5bb4f5a9872d6e8b2ad53b236a71b3369690d3b9625b24f73d80"
44
}
55
}

SPECS/python-ecdsa/python-ecdsa.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Summary: ECDSA cryptographic signature library (pure python)
22
Name: python-ecdsa
3-
Version: 0.18.0
4-
Release: 2%{?dist}
3+
Version: 0.19.2
4+
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
Group: System Environment/Security
99
URL: https://pypi.python.org/pypi/ecdsa
1010
Source0: https://github.com/tlsfuzzer/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
11-
Patch0: 308.patch
1211
BuildRequires: openssl
1312
BuildRequires: python3-devel
1413
BuildRequires: python3-setuptools
@@ -56,6 +55,10 @@ into other protocols.
5655
%{python3_sitelib}/*
5756

5857
%changelog
58+
* Sat Mar 28 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 0.19.2-1
59+
- Auto-upgrade to 0.19.2 - for CVE-2026-33936
60+
- Remove PR-308 patch.
61+
5962
* Tue Apr 15 2024 Riken Maharjan <rmaharjan@microsoft.com> - 0.18.0-2
6063
- Fix Ptest by importing 308 patch from Fedora (License:MIT)
6164
- Add missing test packages

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22833,8 +22833,8 @@
2283322833
"type": "other",
2283422834
"other": {
2283522835
"name": "python-ecdsa",
22836-
"version": "0.18.0",
22837-
"downloadUrl": "https://github.com/tlsfuzzer/python-ecdsa/archive/refs/tags/python-ecdsa-0.18.0.tar.gz"
22836+
"version": "0.19.2",
22837+
"downloadUrl": "https://github.com/tlsfuzzer/python-ecdsa/archive/refs/tags/python-ecdsa-0.19.2.tar.gz"
2283822838
}
2283922839
}
2284022840
},

0 commit comments

Comments
 (0)