Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: Bump golang.org/x/net from 0.30.0 to 0.31.0 #211

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

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

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 11, 2024
Copy link

dryrunsecurity bot commented Nov 11, 2024

DryRun Security Summary

This pull request updates the project's dependencies to their latest versions, specifically golang.org/x/net from 0.30.0 to 0.31.0 and golang.org/x/crypto from 0.28.0 to 0.29.0, which is a common and recommended practice to address potential security vulnerabilities, but requires reviewing the release notes and changelogs to ensure no breaking changes or new security issues are introduced.

Expand for full summary

Summary:

The changes in this pull request update the project's dependencies to their latest versions. Specifically, the golang.org/x/net dependency is updated from version 0.30.0 to 0.31.0, and the golang.org/x/crypto dependency is updated from version 0.28.0 to 0.29.0. Updating dependencies to their latest versions is generally a good practice, as it helps address potential security vulnerabilities that may have been discovered and patched in the newer versions. However, it's important to review the release notes and changelogs for the updated dependencies to ensure that there are no breaking changes or new security-related issues introduced.

Files Changed:

  • go.mod: This file has been updated to reflect the changes in the project's dependencies. The golang.org/x/net dependency has been updated from version 0.30.0 to 0.31.0, and the golang.org/x/crypto dependency has been updated from version 0.28.0 to 0.29.0.
  • go.sum: This file has also been updated to reflect the changes in the project's dependencies. The golang.org/x/crypto dependency has been updated to version 0.29.0, and the golang.org/x/net dependency has been updated to version 0.31.0.

Overall, these changes appear to be a routine update to keep the project's dependencies up-to-date, which is a common and recommended practice in software development. As an application security engineer, I would recommend reviewing the release notes and changelogs for the updated dependencies to ensure that there are no security-related issues or breaking changes that could impact the application.

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.

Copy link

guardrails bot commented Nov 11, 2024

⚠️ We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity Details
Medium pkg:golang/golang.org/x/[email protected] upgrade to: > v0.31.0

More info on how to fix Vulnerable Libraries in Go.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@dependabot dependabot bot force-pushed the dependabot/go_modules/pre-main/golang.org/x/net-0.31.0 branch from 75cace0 to 7059cba Compare November 19, 2024 07:56
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.31.0.
- [Commits](golang/net@v0.30.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/pre-main/golang.org/x/net-0.31.0 branch from 7059cba to 0b1da13 Compare November 19, 2024 07:58
@santoshkal santoshkal closed this Nov 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@santoshkal santoshkal deleted the dependabot/go_modules/pre-main/golang.org/x/net-0.31.0 branch November 19, 2024 08:51
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