Skip to content

Commit 391c4df

Browse files
Upgrade python-filelock to 3.20.3 for CVE-2026-22701 [Medium] (#15495)
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
1 parent c643f2b commit 391c4df

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"python-filelock-3.20.1.tar.gz": "b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c"
4-
}
2+
"Signatures": {
3+
"python-filelock-3.20.3.tar.gz": "18c57ee915c7ec61cff0ecf7f0f869936c7c30191bb0cf406f1341778d0834e1"
4+
}
55
}

SPECS/python-filelock/python-filelock.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global srcname filelock
22
Summary: A platform independent file lock
33
Name: python-filelock
4-
Version: 3.20.1
4+
Version: 3.20.3
55
Release: 1%{?dist}
66
License: Unlicense
77
Vendor: Microsoft Corporation
@@ -70,6 +70,9 @@ pip3 install pytest-asyncio
7070
%license %{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LICENSE
7171

7272
%changelog
73+
* Tue Jan 13 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.20.3-1
74+
- Auto-upgrade to 3.20.3 - for CVE-2026-22701
75+
7376
* Tue Dec 23 2025 Archana Shettigar <v-shettigara@microsoft.com> - 3.20.1-1
7477
- Auto-upgrade to 3.20.1 - for CVE-2025-68146
7578

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22863,8 +22863,8 @@
2286322863
"type": "other",
2286422864
"other": {
2286522865
"name": "python-filelock",
22866-
"version": "3.20.1",
22867-
"downloadUrl": "https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.20.1.tar.gz"
22866+
"version": "3.20.3",
22867+
"downloadUrl": "https://files.pythonhosted.org/packages/source/f/filelock/filelock-3.20.3.tar.gz"
2286822868
}
2286922869
}
2287022870
},

0 commit comments

Comments
 (0)