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
zip.NewReader returns ErrInsecurePath when opening a zip archive containing an insecure path and when GODEBUG=zipinsecurepath=0 is set, but we (I) overlooked OpenReader. (I thought OpenReader was implemented in terms of NewReader, but no.)
zip.NewReaderreturnsErrInsecurePathwhen opening a zip archive containing an insecure path and whenGODEBUG=zipinsecurepath=0is set, but we (I) overlookedOpenReader. (I thoughtOpenReaderwas implemented in terms ofNewReader, but no.)