Resolves: RHEL-70207 - Path traversal vulnerability in rsync

This commit is contained in:
Michal Ruprich 2025-02-04 10:43:43 +01:00
parent 3c55673deb
commit 896893c93a

View File

@ -9,7 +9,7 @@
Summary: A program for synchronizing files over a network
Name: rsync
Version: 3.1.3
Release: 20%{?dist}
Release: 21%{?dist}
Group: Applications/Internet
URL: http://rsync.samba.org/
@ -148,6 +148,9 @@ chmod -x support/*
%systemd_postun_with_restart rsyncd.service
%changelog
* Tue Feb 04 2025 Michal Ruprich <mruprich@redhat.com> - 3.1.3-21
- Resolves: RHEL-70207 - Path traversal vulnerability in rsync
* Mon Feb 03 2025 Michal Ruprich <mruprich@redhat.com> - 3.1.3-20
- Resolves: RHEL-70207 - Path traversal vulnerability in rsync
- Resolves: RHEL-70209 - --safe-links option bypass leads to path traversal