Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps linzer from 0.7.2 to 0.7.3.

Changelog

Sourced from linzer's changelog.

[0.7.3] - 2025-06-01

  • Fix broken retrieval of header names from Rack responses. Previously, this caused signatures attached to Rack response instances to use incorrect header names, making them unverifiable.

  • Add Linzer.signature_base method.

  • Add initial support for JWS algorithms. See Linzer::JWS module for more details. In this initial preview, only EdDSA algorithm (Ed25519) is supported).

  • Add a simple integration test to verify signatures on HTTP responses.

Commits
  • f498c96 Release 0.7.3
  • e4a4b19 Improve changelog
  • 6aa03c4 Exclude untestable block code in Rack routines from test coverage analysis
  • f1b438d Add obvious security disclaimer
  • 10115c8 Declutter gem entry point file
  • 24ce999 Add simple integration test to verify signatures on HTTP responses
  • 96ee3f5 Add initial support for JWS algorithms
  • b66829a Exclude test helpers from test coverage analysis
  • d7b60fc Add Linzer.signature_base method
  • 9d5d5d6 Fix a few bugs when signing rack responses
  • Additional commits viewable 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 [linzer](https://github.com/nomadium/linzer) from 0.7.2 to 0.7.3.
- [Changelog](https://github.com/nomadium/linzer/blob/master/CHANGELOG.md)
- [Commits](nomadium/linzer@v0.7.2...v0.7.3)

---
updated-dependencies:
- dependency-name: linzer
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 2, 2025
@oneiros oneiros merged commit 599ab1f into main Jun 3, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/fasp_base/linzer-0.7.3 branch June 3, 2025 06:33
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants