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 github.com/open-policy-agent/opa from 0.67.0 to 0.67.1 #148

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/open-policy-agent/opa from 0.67.0 to 0.67.1.

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v0.67.1

This is a bug fix release addressing the following issue:

  • util+server: Fix bug around chunked request handling (#6906) authored by @​philipaconrad, reported by @​David-Wobrock. A request handling bug was introduced in (#6868), which caused OPA to treat all incoming chunked requests as if they had zero-length request bodies.
Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

0.67.1

This is a bug fix release addressing the following issue:

  • util+server: Fix bug around chunked request handling (#6906) authored by @​philipaconrad, reported by @​David-Wobrock. A request handling bug was introduced in (#6868), which caused OPA to treat all incoming chunked requests as if they had zero-length request bodies.
Commits

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 Aug 12, 2024
Copy link

dryrunsecurity bot commented Aug 12, 2024

DryRun Security Summary

The pull request updates the dependency for the github.com/open-policy-agent/opa package from version 0.67.0 to 0.67.1 in the go.mod and go.sum files, which is a minor version update that typically includes bug fixes or minor improvements.

Expand for full summary

Summary:

The changes in this pull request are focused on updating the dependency for the github.com/open-policy-agent/opa package from version 0.67.0 to 0.67.1 in both the go.mod and go.sum files. This is a minor version update, which typically indicates bug fixes or minor improvements to the package.

From an application security perspective, these changes are not particularly concerning. Version updates for dependencies are common and often include security fixes, performance improvements, or other enhancements. However, it is always a good practice to review the release notes or change logs for the updated dependency to understand the nature of the changes and ensure there are no known security vulnerabilities or breaking changes that could impact the application.

Keeping dependencies up-to-date is an important part of maintaining the security and stability of an application. Regular updates help address known vulnerabilities and ensure that the application is using the latest features and bug fixes provided by the dependency maintainers. As long as the updated dependency is thoroughly tested and any significant changes are reviewed, these changes should not introduce any security concerns.

Files Changed:

  • go.mod: The code change in the go.mod file updates the dependency for the github.com/open-policy-agent/opa package from version 0.67.0 to 0.67.1.
  • go.sum: This code change is updating the version of the github.com/open-policy-agent/opa dependency from 0.67.0 to 0.67.1.

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.

Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.67.0 to 0.67.1.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.67.0...v0.67.1)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-0.67.1 branch from 2019f36 to 28306d9 Compare August 21, 2024 13:10
@santoshkal santoshkal merged commit 3e3d881 into main Aug 21, 2024
14 checks passed
@santoshkal santoshkal deleted the dependabot/go_modules/github.com/open-policy-agent/opa-0.67.1 branch August 21, 2024 14:12
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