Skip to content

chore(deps): bump github.com/containerd/containerd from 1.7.30 to 1.7.33#307

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/containerd/containerd-1.7.33
Open

chore(deps): bump github.com/containerd/containerd from 1.7.30 to 1.7.33#307
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/containerd/containerd-1.7.33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/containerd/containerd from 1.7.30 to 1.7.33.

Release notes

Sourced from github.com/containerd/containerd's releases.

containerd 1.7.33

Welcome to the v1.7.33 release of containerd!

The thirty-third patch release for containerd 1.7 contains various fixes and updates including security patches.

Security Updates

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Samuel Karp
  • Chris Henzie
  • Akihiro Suda
  • Akhil Mohan
  • Ben Cressey
  • Davanum Srinivas
  • Sopho Merkviladze

Changes

... (truncated)

Commits
  • e8b1a9b Merge pull request #13631 from samuelkarp/prepare-1.7.33
  • 7517e67 Prepare release notes for v1.7.33
  • ab30651 Merge commit from fork
  • 0962898 Merge pull request #13615 from k8s-infra-cherrypick-robot/cherry-pick-13606-t...
  • 74c728c update runc binary to v1.3.6
  • d34cdaf Merge commit from fork
  • 1e9806f Merge commit from fork
  • 9ab2b7a Bound user-database file reads in openBoundedUserFile
  • d805d96 Merge pull request #13579 from akhilerm/1.7-go1.26.4
  • 947caa4 update go to 1.26.4/1.25.11
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.30 to 1.7.33.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.30...v1.7.33)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.33
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 23, 2026 07:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2026
@codacybeta codacybeta enabled auto-merge (squash) June 23, 2026 08:00
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The update to github.com/containerd/containerd to address known vulnerabilities is appropriate. However, analysis of the go.mod file reveals additional high-severity security risks that remain unmitigated. Vulnerabilities involving certificate hostname verification (CVE-2026-27145) and improper HTML parsing (CVE-2026-42506, CVE-2026-42502) have been identified. These issues should be resolved to prevent potential Man-in-the-Middle (MITM) attacks and execution risks before concluding the dependency maintenance.

2 comments outside of the diff
go.mod

line 3 🔴 HIGH RISK
The environment configuration is susceptible to a security vulnerability (CVE-2026-27145) related to VerifyHostname, which may allow certificate hostname verification bypass and increase the risk of Man-in-the-Middle (MITM) attacks.

line 375 🔴 HIGH RISK
The golang.org/x/net dependency is associated with security vulnerabilities (CVE-2026-42506, CVE-2026-42502) involving improper HTML parsing and rendering. Addressing these risks is necessary for secure operation.

Test suggestions

  • Verify that the project build and integration tests pass with the updated containerd dependency.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the project build and integration tests pass with the updated containerd dependency.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant