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 cuelang.org/go from 0.9.2 to 0.10.0 #155

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps cuelang.org/go from 0.9.2 to 0.10.0.

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 cuelang.org/go from 0.9.2 to 0.10.0.

---
updated-dependencies:
- dependency-name: cuelang.org/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 19, 2024
Copy link

dryrunsecurity bot commented Aug 19, 2024

DryRun Security Summary

The pull request updates the Go module dependencies for the genval project, including version changes for several key dependencies such as cuelang.org/go, golang.org/x/net, golang.org/x/crypto, and others, which is generally a good practice to address known security vulnerabilities, but requires thorough testing to ensure no breaking changes or new security issues are introduced.

Expand for full summary

Summary:

The code changes in this pull request focus on updating the Go module dependencies for the genval project. The updates include version changes for several key dependencies, such as cuelang.org/go, golang.org/x/net, golang.org/x/crypto, and others. From an application security perspective, keeping dependencies up-to-date is generally a good practice, as it helps address known security vulnerabilities. However, it's important to review the changelogs and release notes for the updated dependencies to ensure that there are no breaking changes or new security issues introduced. Additionally, it's recommended to have a thorough testing process in place to validate the changes and ensure that the application continues to function as expected after the dependency updates.

Files Changed:

  1. go.mod: This file has been updated to reflect the changes in the Go module dependencies. The specific changes include:

    • The cuelang.org/go dependency is updated from version 0.9.2 to 0.10.0.
    • The golang.org/x/net dependency is updated from version 0.27.0 to 0.28.0.
    • The golang.org/x/crypto dependency is updated from version 0.25.0 to 0.26.0.
    • The golang.org/x/mod dependency is updated from version 0.19.0 to 0.20.0.
    • The golang.org/x/tools dependency is updated from version 0.23.0 to 0.24.0.
    • The github.com/rogpeppe/go-internal dependency is updated from version 1.12.0 to 1.12.1-0.20240709150035-ccf4b4329d21.
    • The cuelabs.dev/go/oci/ociregistry dependency is updated from version 0.0.0-20240404174027-a39bec0462d2 to 0.0.0-20240807094312-a32ad29eed79.
  2. go.sum: This file has been updated to reflect the changes in the Go module dependencies, including the same version updates as mentioned in the go.mod file.

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 ddf134f into main Aug 21, 2024
14 checks passed
@santoshkal santoshkal deleted the dependabot/go_modules/cuelang.org/go-0.10.0 branch August 21, 2024 13:09
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