tianon/gosu

[Security] Update Gosu binaries to use the latest Golang versions

jotamartos opened this issue · 3 comments

The Golang team released new versions of the Go packages including security fixes (CVE-2021-33196 and CVE-2021-39293). You can get more information from here:

https://groups.google.com/g/golang-announce/c/dx9d7IOseHw

Could you please update the gosu binaries to use this new version of Go?

Thanks

I don't really think it's worthwhile to rebuild just for rebuilding's sake; do we have any reason to believe gosu is using any of the vulnerable code?

I didn't find any reference to the archive/zip package in the code but I wanted to confirm with you as the binary was built using an outdated version of Go. If you can confirm this security issue doesn't affect gosu, there is no need to rebuild it.

Yep, I can confirm that I don't see any way this vulnerability could be exposed in any of the codepaths gosu invokes. 👍