Security fix for CVE-2023-32681

https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q
This commit is contained in:
Miro Hrončok 2023-05-23 10:13:09 +02:00
commit d9c9c5dd57
2 changed files with 64 additions and 1 deletions

View file

@ -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)