Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
215 changes: 0 additions & 215 deletions BACKUP_CONFIG_GUIDE.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v1.13.1
### Security
* Backup restore downloads are now hardened against SSRF: remote restore links are validated and may not resolve to private, loopback, link-local or other blocked address ranges unless permitted via the new `restore_host_allowlist` config option.
* Backup identifiers are now strictly validated as UUIDs, preventing path traversal in backup paths and operations.
* Hardening fixes merged from upstream security advisories (filesystem quota, disk space and SFTP handling).

### Added
* `system.backups.restore_host_allowlist` to allow backup restore downloads to reach otherwise blocked private/internal destinations.

### Fixed
* Improved quota, server, registry, filesystem and backup handling (upstream v1.13.1).

## v1.13.0
### Fixed
* Empty folders in uploaded artifacts are now preserved ([#325](https://github.com/pterodactyl/wings/pull/325))
Expand Down
Loading