arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link

Bump jwcrypto from 0.8 to 1.5.1 #36

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 6 months ago

Bumps jwcrypto from 0.8 to 1.5.1.

Release notes

Sourced from jwcrypto's releases.

Version 1.5.1 - Security Release

This is a minor security release to fix a potential DoS for applications that allow the use of symmetric keys with pbkdf2.

What's Changed

New Contributors

Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.5.0...v1.5.1

v1.5.0

Version 1.5

Minor bugfixes and the addition of Brainpool curves. As mentioned in the commit: "The use of these algorithms is specified solely by the gematik GmbH – National Digital Health Agency - for use in german e-health applications"

This version also raises the minimum Cryptography version required to 3.4 and the minimum python version tested to 3.7

What's Changed

New Contributors

Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.4.2...v1.5.0

Version 1.4.2

Another minor release to fix a mistake in the compatibility heuristics which affects actual applications

What's Changed

New Contributors

Full Changelog: https://github.com/latchset/jwcrypto/compare/v1.4.1...v1.4.2

Version 1.4.1

... (truncated)

Commits
  • 8ae0df6 Version 1.5.1
  • 066d13f Update Security Policy
  • d2655d3 Fix potential DoS issue with p2c header
  • 6ee0e89 chore: arg renamed
  • d64536b chore: refactor for removing pdb symbols
  • ac40895 Read the Docs now requires a config file
  • 4c90019 Fix X25519 import/export from PEM
  • 41fb08a Version 1.5
  • db1f9f4 Add test to generate key with algorithm
  • e08cbf1 Use separate input_keysize property
  • 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 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](https://github.com/arrowhead-f/client-library-python/network/alerts).
dependabot[bot] commented 3 months ago

Superseded by #37.