Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bed6c81
Choose a base ref
...
head repository: golang/go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 28622c1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 8, 2025

  1. [release-branch.go1.25] spec: update spec date to match release date

    Ths spec date in the 1.25 release branch dates back to Feb 2025
    which is rather confusing. Moving it forward to 1.25 release date.
    
    This is a roll forward of CL 709515 which was rolled back by CL 709535.
    
    For #75743.
    Fixes #75777.
    
    Change-Id: I18d7ccfc343aa1f8fba78a896fb69ad6eeb182e7
    Reviewed-on: https://go-review.googlesource.com/c/go/+/710215
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Robert Griesemer <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    cixtor authored and gopherbot committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    79ec0c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. [release-branch.go1.25] crypto/x509: rework fix for CVE-2025-58187

    In CL 709854 we enabled strict validation for a number of properties of
    domain names (and their constraints). This caused significant breakage,
    since we didn't previously disallow the creation of certificates which
    contained these malformed domains.
    
    Rollback a number of the properties we enforced, making domainNameValid
    only enforce the same properties that domainToReverseLabels does. Since
    this also undoes some of the DoS protections our initial fix enabled,
    this change also adds caching of constraints in isValid (which perhaps
    is the fix we should've initially chosen).
    
    Updates #75835
    Updates #75828
    Fixes #75861
    
    Change-Id: Ie6ca6b4f30e9b8a143692b64757f7bbf4671ed0e
    Reviewed-on: https://go-review.googlesource.com/c/go/+/710735
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    (cherry picked from commit 1cd7168)
    Reviewed-on: https://go-review.googlesource.com/c/go/+/710677
    Auto-Submit: Michael Pratt <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    rolandshoemaker authored and gopherbot committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    e05b2c9 View commit details
    Browse the repository at this point in the history
  2. [release-branch.go1.25] go1.25.3

    Change-Id: Ibb61bf455e8ec92bb10038b1de0ce79ee771c53a
    Reviewed-on: https://go-review.googlesource.com/c/go/+/711481
    Reviewed-by: Michael Pratt <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    TryBot-Bypass: Gopher Robot <[email protected]>
    gopherbot committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    28622c1 View commit details
    Browse the repository at this point in the history
Loading