Skip to content

Upgrade: Bump golang.org/x/net from 0.28.0 to 0.30.0#195

Merged
santoshkal merged 1 commit intopre-mainfrom
dependabot/go_modules/pre-main/golang.org/x/net-0.30.0
Oct 29, 2024
Merged

Upgrade: Bump golang.org/x/net from 0.28.0 to 0.30.0#195
santoshkal merged 1 commit intopre-mainfrom
dependabot/go_modules/pre-main/golang.org/x/net-0.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 24, 2024

Bumps golang.org/x/net from 0.28.0 to 0.30.0.

Commits
  • 6cc5ac4 go.mod: update golang.org/x dependencies
  • f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket
  • 7191757 http2: add support for net/http HTTP2 config field
  • 4790dc7 http2: add support for server-originated pings
  • 541dbe5 http2: add Server.WriteByteTimeout
  • 3c333c0 route: fix address parsing of messages on Darwin
  • 35b4aba go.mod: update golang.org/x dependencies
  • 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.30.0.
- [Commits](golang/net@v0.28.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 24, 2024
@dryrunsecurity
Copy link
Copy Markdown

DryRun Security Summary

The provided code changes focus on updating the Go module dependencies in the go.mod and go.sum files, including upgrading several golang.org/x dependencies to newer versions, likely to address security vulnerabilities or bugs in the previous versions.

Expand for full summary

Summary:

The provided code changes are focused on updating the Go module dependencies in the go.mod and go.sum files. The updates include upgrading several golang.org/x dependencies, such as net, crypto, sys, term, and text, to newer versions. These updates are likely to address security vulnerabilities or bugs in the previous versions of the dependencies.

As an application security engineer, I would recommend reviewing the release notes and changelogs of the updated dependencies to understand the nature of the changes and ensure that there are no breaking changes that could impact the application's functionality. Additionally, it's crucial to thoroughly test the application after the dependency updates to verify that everything is working as expected and that no new security vulnerabilities have been introduced.

Files Changed:

  1. go.mod: The go.mod file has been updated to include the following dependency version changes:

    • golang.org/x/net from 0.28.0 to 0.30.0
    • golang.org/x/crypto from 0.26.0 to 0.28.0
    • golang.org/x/sys from 0.23.0 to 0.26.0
    • golang.org/x/term from 0.23.0 to 0.25.0
    • golang.org/x/text from 0.17.0 to 0.19.0
  2. go.sum: The go.sum file has been updated to reflect the change in the golang.org/x/crypto dependency from version 0.26.0 to 0.28.0.

Code Analysis

We ran 9 analyzers against 2 files and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 2 findings

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

@santoshkal santoshkal merged commit 22a491d into pre-main Oct 29, 2024
@santoshkal santoshkal deleted the dependabot/go_modules/pre-main/golang.org/x/net-0.30.0 branch October 29, 2024 10:31
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