Make WordPress Core

Opened 6 months ago

Closed 2 weeks ago

#64245 closed task (blessed) (fixed)

Update bundled root certificates for 7.0

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: 7.0 Priority: normal
Severity: normal Version:
Component: Security Keywords: has-patch fixed-major commit dev-reviewed
Focuses: Cc:

Description

This ticket is for updating the Root Certificates bundle included in WordPress Core for the 6.9 release cycle.

Previously:

Note: Some unexpired legacy 1024-bit certificates are included manually for backwards compatibility. See [35919].

Change History (11)

This ticket was mentioned in PR #10958 on WordPress/wordpress-develop by @desrosj.


3 months ago
#1

  • Keywords has-patch added

Trac ticket: Core-64245.

## Use of AI Tools

#2 @desrosj
3 months ago

  • Owner set to desrosj
  • Resolution set to fixed
  • Status changed from new to closed

In 61685:

Security: Update compoaser/ca-bundle to version 1.5.10.

This update removes 4 certificates from the bundle.

Props johnbillion
Fixes #64245.

#3 @desrosj
3 months ago

Going to leave this closed out with Beta 1 in less than 24 hours. If there are further updates available before RC1, this can be reopened.

#4 @ellatrix
3 months ago

In 61694:

Restore ca-bundle.crt changes after r61689.

r61689 accidentally reverted the change to src/wp-includes/certificates/ca-bundle.crt from r61685, so this commit restores it using svn diff -c 61685 ^/trunk | patch -p0.

Props dd32, mukesh27, johnbillion.
See #64245. See #64622.

#5 follow-up: @desrosj
6 weeks ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening to consider including 1.5.11 in the 7.0 release.

This ticket was mentioned in PR #11416 on WordPress/wordpress-develop by @desrosj.


6 weeks ago
#6

Copied from https://github.com/desrosj/wordpress-develop/pull/512.

Updates the requirements on composer/ca-bundle to permit the latest version.
Updates composer/ca-bundle to 1.5.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/composer/ca-bundle/releases">composer/ca-bundle's releases</a>.</em></p>
<blockquote>
<h2>1.5.11</h2>
<h2>What's Changed</h2>
<ul>
<li>Update cacert.pem to 2026-02-11 by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/composer/ca-bundle/pull/123">composer/ca-bundle#123</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/composer/ca-bundle/compare/1.5.10...1.5.11">https://github.com/composer/ca-bundle/compare/1.5.10...1.5.11</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/composer/ca-bundle/commit/68ff39175e8e94a4bb1d259407ce51a6a60f09e6"><code>68ff391</code></a> Update cacert.pem (<a href="https://redirect.github.com/composer/ca-bundle/issues/123">#123</a>)</li>
<li><a href="https://github.com/composer/ca-bundle/commit/5035cb24d5c8884364a40a72205ed6f4a3db56b9"><code>5035cb2</code></a> Bump peter-evans/create-pull-request from 7 to 8 (<a href="https://redirect.github.com/composer/ca-bundle/issues/121">#121</a>)</li>
<li>See full diff in <a href="https://github.com/composer/ca-bundle/compare/1.5.10...1.5.11">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

//: # (dependabot-automerge-start)
//: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

</details>

Ticket: Core-64245

#7 in reply to: ↑ 5 @peterwilsoncc
6 weeks ago

Replying to desrosj:

Reopening to consider including 1.5.11 in the 7.0 release.

I think it worth doing considering the delay, it's best to ship up to date certificates with the release.

#8 @peterwilsoncc
2 weeks ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 62271:

Security: Update composer/ca-bundle to version 1.5.11.

This update adds 1 certificate to the bundle.

Props desrosj.
Fixes #64245.

#9 @peterwilsoncc
2 weeks ago

  • Keywords dev-feedback added
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening for merging r62271 to the 7.0 branch pending another committer's sign off.

#10 @desrosj
2 weeks ago

  • Keywords fixed-major commit dev-reviewed added; dev-feedback removed

Thanks @peterwilsoncc. Going to backport.

#11 @desrosj
2 weeks ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 62277:

Security: Update composer/ca-bundle to version 1.5.11.

This update adds 1 certificate to the bundle.

Reviewed by desrosj, peterwilsoncc.
Merges [62271] to the 7.0 branch.

Props desrosj, peterwilsoncc.
Fixes #64245.

Note: See TracTickets for help on using tickets.