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
FiloSottile
changed the title
cmd/go: directory traversal via curly braces in import paths [Go 1.11]
cmd/go: directory traversal in "go get" via curly braces in import paths [Go 1.11]
Dec 13, 2018
@FiloSottile You have just broken every one that uses packages such as gobuffalo/pop/ which were gotten previously with go get github.com/gobuffalo/pop/... the only way to fix it is to downgrade to go 1.11.2. How go you suggest we proceed.
We know it's broken, see #29241. You can run go get -d github.com/gobuffalo/pop && go get github.com/gobuffalo/pop/... instead for now. We are not reverting a security fix, but will fix the regression in the upcoming minor release.
This is a tracking issue for #29231, a security vulnerability fixed in Go 1.11.3.
The text was updated successfully, but these errors were encountered: