Skip to content

Commit 24ea47e

Browse files
[AUTOPATCHER-CORE] Upgrade python-webob to 1.8.8 Fix CVE-2024-42353 (#10196)
1 parent 9f46180 commit 24ea47e

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"webob-1.8.7.tar.gz": "2bc9a81fddc02170d7e8de600d843e0d9247110594590056d5a2336740364248"
4-
}
2+
"Signatures": {
3+
"webob-1.8.8.tar.gz": "4864af526db23ddd9a396b0ee1785ffab55185e4d428febd391d4644fe68f23a"
4+
}
55
}

SPECS/python-webob/python-webob.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: WebOb provides objects for HTTP requests and responses.
22
Name: python-webob
3-
Version: 1.8.7
3+
Version: 1.8.8
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -46,6 +46,9 @@ rm -f tests/performance_test.py
4646
%{python3_sitelib}/*
4747

4848
%changelog
49+
* Tue Aug 20 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.8.8-1
50+
- Auto-upgrade to 1.8.8 - Fix CVE-2024-42353
51+
4952
* Mon Feb 07 2022 Thomas Crain <thcrain@microsoft.com> - 1.8.7-1
5053
- Upgrade to latest upstream version
5154
- Use github source tarball

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25014,8 +25014,8 @@
2501425014
"type": "other",
2501525015
"other": {
2501625016
"name": "python-webob",
25017-
"version": "1.8.7",
25018-
"downloadUrl": "https://github.com/Pylons/webob/archive/refs/tags/1.8.7.tar.gz"
25017+
"version": "1.8.8",
25018+
"downloadUrl": "https://github.com/Pylons/webob/archive/refs/tags/1.8.8.tar.gz"
2501925019
}
2502025020
}
2502125021
},

0 commit comments

Comments
 (0)