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
Right now, Crate IDs are accepted unchecked and flow into object keys and local paths. This is error-prone (the old prefix match breaks when an ID contains .zip) and unsafe (../ enables path traversal).
Issue
Right now, Crate IDs are accepted unchecked and flow into object keys and local paths. This is error-prone (the old prefix match breaks when an ID contains
.zip) and unsafe (../enables path traversal).