Fix CVE-2023-5764

(cherry picked from commit f831272e2fb56bd7e1a0f5f752ef4191d095047d)
This commit is contained in:
wk333 2025-04-01 17:16:43 +08:00 committed by openeuler-sync-bot
parent 4583f2be31
commit 047eef4163
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

@ -10,7 +10,7 @@
Name: ansible
Summary: SSH-based configuration management, deployment, and task execution system
Version: 2.9.27
Release: 6
Release: 7
License: Python-2.0 and MIT and GPL+
Url: http://ansible.com
Source0: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
@ -20,6 +20,7 @@ Patch2: CVE-2024-8775.patch
Patch3: CVE-2024-9902.patch
Patch4: CVE-2022-3697.patch
Patch5: CVE-2023-5115.patch
Patch6: CVE-2023-5764.patch
BuildArch: noarch
Provides: ansible-fireball = %{version}-%{release}
Obsoletes: ansible-fireball < 1.2.4
@ -103,6 +104,9 @@ cp -pr docs/docsite/rst .
%endif
%changelog
* Tue Apr 01 2025 wangkai <13474090681@163.com> - 2.9.27-7
- Fix CVE-2023-5764
* Sat Feb 08 2025 wangkai <13474090681@163.com> - 2.9.27-6
- Fix CVE-2022-3697 CVE-2023-5115