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

chore(deps): bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 in /components/stargate #524

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2023

Bumps github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26.

Release notes

Sourced from github.com/lestrrat-go/jwx's releases.

[SECURITY] v1.2.26

v1.2.26 - 14 Jun 2023
[Security]
  * Potential Padding Oracle Attack Vulnerability and Timing Attack Vulnerability
    for JWE AES-CBC encrypted payloads affecting all v2 releases up to v2.0.10,
    all v1 releases up to v1.2.25, and all v0 releases up to v0.9.2 have been reported by
    @shogo82148.
Please note that v0 versions will NOT receive fixes.
This release fixes these vulnerabilities for the v1 series.

Changelog

Sourced from github.com/lestrrat-go/jwx's changelog.

v1.2.26 - 14 Jun 2023 [Security]

  • Potential Padding Oracle Attack Vulnerability and Timing Attack Vulnerability for JWE AES-CBC encrypted payloads affecting all v2 releases up to v2.0.10, all v1 releases up to v1.2.25, and all v0 releases up to v0.9.2 have been reported by @​shogo82148.

    Please note that v0 versions will NOT receive fixes. This release fixes these vulnerabilities for the v1 series.

[Miscellaneous]

  • JWE tests now only run algorithms that are supported by the underlying jose tool
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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.25 to 1.2.26.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v1.2.26/Changes)
- [Commits](lestrrat-go/jwx@v1.2.25...v1.2.26)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 12, 2023 08:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 12, 2023
@vercel
Copy link

vercel bot commented Sep 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 21, 2023 2:54pm

@github-actions
Copy link

github-actions bot commented Sep 21, 2023

Run report for 28da2a35

Total time: 0ms | Comparison time: 0s | Estimated loss: 0ms (100.0% slower)

Action Time Status Info
Touched files
components/ledger/.gitignore
components/ledger/cmd/container.go
components/ledger/cmd/root.go
components/ledger/cmd/serve.go
components/ledger/go.mod
components/ledger/go.sum
components/ledger/pkg/api/controllers/ledger_controller_test.go
components/ledger/pkg/api/controllers/transaction_controller_test.go
components/ledger/pkg/core/account.go
components/ledger/pkg/core/log.go
components/ledger/pkg/core/transaction.go
components/ledger/pkg/ledger/cache/cache.go
components/ledger/pkg/ledger/cache/cache_test.go
components/ledger/pkg/ledger/command/commander.go
components/ledger/pkg/ledger/command/commander_test.go
components/ledger/pkg/ledger/command/context.go
components/ledger/pkg/ledger/command/errors.go
components/ledger/pkg/ledger/command/inflight.go
components/ledger/pkg/ledger/command/reference.go
components/ledger/pkg/ledger/command/reserve.go
components/ledger/pkg/ledger/command/state.go
components/ledger/pkg/ledger/command/state_test.go
components/ledger/pkg/ledger/command/store.go
components/ledger/pkg/ledger/ledger.go
components/ledger/pkg/ledger/module.go
components/ledger/pkg/ledger/query/worker.go
components/ledger/pkg/ledger/query/worker_test.go
components/ledger/pkg/ledger/resolver.go
components/ledger/pkg/machine/examples/basic.go
components/ledger/pkg/machine/machine.go
components/ledger/pkg/machine/machine_test.go
components/ledger/pkg/machine/vm/machine.go
components/ledger/pkg/machine/vm/machine_test.go
components/ledger/pkg/machine/vm/store.go
components/ledger/pkg/storage/ledgerstore/accounts.go
components/ledger/pkg/storage/ledgerstore/accounts_test.go
components/ledger/pkg/storage/ledgerstore/logs.go
components/ledger/pkg/storage/ledgerstore/logs_test.go
components/ledger/pkg/storage/ledgerstore/logs_worker.go
components/ledger/pkg/storage/ledgerstore/migrates/0-init-schema/any.go
components/ledger/pkg/storage/ledgerstore/migrates/0-init-schema/postgres.sql
components/ledger/pkg/storage/schema/schema.go

@flemzord flemzord merged commit 0f3b745 into main Oct 9, 2023
8 checks passed
@flemzord flemzord deleted the dependabot/go_modules/components/stargate/github.com/lestrrat-go/jwx-1.2.26 branch October 9, 2023 17:25
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