!92 [sync] PR-87: Fix CVE-2023-5764

From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2025-04-02 03:15:48 +00:00 committed by Gitee
commit 69e18e13fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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