Hello gophers,

We have just released Go versions 1.25.1 and 1.24.7, minor point releases.

These minor releases include 1 security fixes following the security policy 
<https://go.dev/security>:

-       net/http: CrossOriginProtection bypass patterns are over-broad

        When passing patterns to CrossOriginProtection.AddInsecureBypassPattern,
        requests that would have redirected to those patterns (e.g. without a 
trailing
        slash) were also exempted, which might be unexpected.

        Thanks to Marco Gazerro for reporting this issue.

        This is CVE-2025-47910 and Go issue https://go.dev/issue/75054.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.25.1

You can download binary and source distributions from the Go website:
https://go.dev/dl/

To compile from source using a Git clone, update to the release with
git checkout go1.25.1 and build as usual.

Thanks to everyone who contributed to the releases.

Cheers,
Michael and Cherry for the Go team

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/f9a258a4.BAAAB37HY1kAAAAAAAAAA-p9MGIAAYKKSQYAAAAAADE8OwBouIQW%40mailjet.com.

Reply via email to