Update Changelog.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
This commit is contained in:
parent
fb1c24ba2c
commit
14986f5c4a
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
Enforce "safe-links" on extraction by ensuring every extracted symlink actually
|
||||
points to a file in the archive. Additionally any extracted symlinks that don't
|
||||
point to a valid destination is removed. This "enforce safe-links on extract"
|
||||
can be disabled with the "--no-safe-links" option.
|
||||
|
||||
## Version 1.5
|
||||
|
||||
Previous file-format-v1 implementation of "safe links" still created a symlink
|
||||
|
|
Loading…
Reference in a new issue