vikunja/pkg/modules/dump
kolaente 12dca5f0b0 fix(restore): reject zip entries with path traversal sequences
Validate all zip entry names during restore to reject entries
containing directory traversal sequences (e.g. ../../../pwned.txt).
This prevents a Zip Slip attack where a malicious archive could
write files outside the intended extraction directory.
2026-02-25 13:01:00 +01:00
..
dump.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
restore.go fix(restore): reject zip entries with path traversal sequences 2026-02-25 13:01:00 +01:00
restore_test.go fix "null" in project views (#1158) 2025-07-22 17:43:04 +00:00