Security fix for CVE-2023-32681
https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
This commit is contained in:
parent
8d03190e25
commit
d9c9c5dd57
2 changed files with 64 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Name: python-requests
|
||||
Version: 2.28.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ASL 2.0
|
||||
|
|
@ -21,6 +21,9 @@ Source0: https://github.com/requests/requests/archive/v%{version}/request
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=904614
|
||||
Patch0: system-certs.patch
|
||||
|
||||
# Security fix for CVE-2023-32681
|
||||
Patch1: https://github.com/psf/requests/commit/74ea7cf7a6.patch#/CVE-2023-32681.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
|
@ -94,6 +97,10 @@ sed -i 's/ --doctest-modules//' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 23 2023 Miro Hrončok <mhroncok@redhat.com> - 2.28.2-2
|
||||
- Security fix for CVE-2023-32681
|
||||
- https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
|
||||
|
||||
* Wed Feb 01 2023 Lumír Balhar <lbalhar@redhat.com> - 2.28.2-1
|
||||
- Update to 2.28.2 (rhbz#2160527)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue