Go 1.27 RC3 lands alongside 1.26.6 and 1.25.13 security fixes

Go 1.27 Release Candidate 3 is out, carrying ten security fixes to the standard library and toolchain, and the same ten fixes have been backported into point releases 1.26.6 and 1.25.13 for anyone not yet on the RC track. The individual advisories give a sense of the shape of things: a missing ReadHeaderTimeout on the unencrypted HTTP/2 preface check in net/http, a recursion limit added to encoding/asn1 to head off stack exhaustion, and a panic parsing malformed SVCB or HTTPS records in x/net/dns/dnsmessage. Worth running RC3 in dev, and filing the bugs while the window is open.