Reference in New Issue
Block a user
Delete Branch "fix/quick-wins"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two quick wins from the issue backlog.
Closes #68, closes #72.
Changes
#68: Backup type filter
Adds a "Backup Type" dropdown filter to the backups list view alongside the existing status filter.
filter_backups.xml— full/database/files/differential optionsBackupsModel— backup_type filter in query#72: Path traversal protection
Validates archive entries before extraction in RestoreEngine and MokoRestore standalone script. Rejects paths containing
../or starting with/or\.RestoreEngine::extractArchive()— ZIP entry validationRestoreEngine::extractTarGz()— PharData entry validationMokoRestoregenerated script — same validationTest Plan
../in entry pathsPull request closed