From a347e019195cdfab407f3f397a918bb8b82e1745 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 10 Jun 2023 14:53:29 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 4e0d46820..a86baa4fd 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -152,6 +152,8 @@ Fixes: - put security infos into data dir, add BORG_DATA_DIR env var, #5760 - setup.cfg: remove setup_requires (we have a pyproject.toml for that), #7574 - do not crash for empty archives list in borg rlist date based matching, #7522 +- sanitize paths during archive creation and extraction, #7108 #7099 +- make sure we do not get backslashes into item paths Other changes: @@ -186,6 +188,8 @@ Other changes: - incl./excl. options header, clarify --path-from-stdin exclusive control - add note about MAX_DATA_SIZE - update security support docs + - improve patterns help + - CI / tests / vagrant: - added pre-commit for linting purposes, #7476