Fix CVE-2023-5764

(cherry picked from commit 8729e01684c95cc9a9372bd609a4caab3bfcb5ad)
This commit is contained in:
wk333 2025-04-01 17:13:04 +08:00 committed by openeuler-sync-bot
parent 39505c201c
commit c2c9243c74
3 changed files with 2971 additions and 19 deletions

2010
CVE-2023-5764.patch Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: ansible
Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.9.27
Release: 7
Release: 8
License: GPLv3+
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
@ -23,6 +23,7 @@ Patch8: CVE-2024-8775.patch
Patch9: CVE-2024-9902.patch
Patch10:CVE-2022-3697.patch
Patch11:CVE-2023-5115.patch
Patch12:CVE-2023-5764.patch
Provides: ansible-python3 = %{version}-%{release}
Obsoletes: ansible-python3 < %{version}-%{release}
@ -220,6 +221,9 @@ make PYTHON=/usr/bin/python3 tests-py3
%{python3_sitelib}/ansible_test
%changelog
* Tue Apr 01 2025 wangkai <13474090681@163.com> - 2.9.27-8
- Fix CVE-2023-5764
* Sat Feb 08 2025 wangkai <13474090681@163.com> - 2.9.27-7
- Fix CVE-2022-3697 CVE-2023-5115