You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(backup): prevent zip slip path traversal in restore
Backport chen08209#1938 (Xeonacid). canonicalize() each zip entry path
and verify it stays inside restoreDirPath; throw if a malicious archive
contains '..' segments.
0 commit comments