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 signxml from 3.2.2 to 4.0.2 #713

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps signxml from 3.2.2 to 4.0.2.

Release notes

Sourced from signxml's releases.

v4.0.2

  • XAdES signing: remove duplicate timezone information from SigningTime (#266)

v4.0.1

  • Verifier: Accept PyOpenSSL cert input, add deprecation warning

v4.0.0

  • Replace PyOpenSSL with Cryptography (#260)

    - This is a major infrastructure change that replaces core
      certificate parsing, key processing, signature validation, and
      certificate chain validation functions previously provided by
      PyOpenSSL with those provided by Cryptography. Care was taken to
      preserve the exisitng API, including exception types, but many
      error messages raised in various error conditions have changed. If
      you see unexpected behavior and you have reason to believe it is
      incorrect, please file an issue.
    
    • Breaking change: the ca_path parameter, previously used to specify
      CA certificate stores, is no longer supported. Use the ca_pem_file
      parameter instead.
  • Raise error when invalid certificate string is passed as input to signer

  • Fix public key matching for ECDSA (#245)

Changelog

Sourced from signxml's changelog.

Changes for v4.0.2 (2024-09-10)

  • XAdES signing: remove duplicate timezone information from SigningTime (#266)

Changes for v4.0.1 (2024-08-30)

  • Verifier: Accept PyOpenSSL cert input, add deprecation warning

Changes for v4.0.0 (2024-08-21)

  • Replace PyOpenSSL with Cryptography (#260)

    • This is a major infrastructure change that replaces core certificate parsing, key processing, signature validation, and certificate chain validation functions previously provided by PyOpenSSL with those provided by Cryptography. Care was taken to preserve the exisitng API, including exception types, but many error messages raised in various error conditions have changed. If you see unexpected behavior and you have reason to believe it is incorrect, please file an issue.

    • Breaking change: the ca_path parameter, previously used to specify CA certificate stores, is no longer supported. Use the ca_pem_file parameter instead.

  • Raise error when invalid certificate string is passed as input to signer

  • Fix public key matching for ECDSA (#245)

Commits
  • 762e8a4 v4.0.2
  • 5abbcc1 fix(signing): remove duplicate timezone information from SigningTime (#266)
  • efd473f Apply black formatting
  • c2ad743 Bypass type error when detecting pyOpenSSL cert
  • 1a26557 v4.0.1
  • 4043abd Accept PyOpenSSL cert input, add deprecation warning
  • 40a6674 v4.0.0
  • c12e70c Replace PyOpenSSL with Cryptography (#260)
  • 9f06f43 Add assertion in X509Data construction
  • b42c093 Raise error when invalid cert is passed
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/signxml-4.0.2 branch 4 times, most recently from 0ed96f8 to 41e8679 Compare October 3, 2024 14:08
@dependabot dependabot bot force-pushed the dependabot/pip/signxml-4.0.2 branch from 41e8679 to d4c58ae Compare October 11, 2024 21:27
Bumps [signxml](https://github.com/kislyuk/signxml) from 3.2.2 to 4.0.2.
- [Release notes](https://github.com/kislyuk/signxml/releases)
- [Changelog](https://github.com/XML-Security/signxml/blob/develop/Changes.rst)
- [Commits](XML-Security/signxml@v3.2.2...v4.0.2)

---
updated-dependencies:
- dependency-name: signxml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/signxml-4.0.2 branch from d4c58ae to 42ba60a Compare October 28, 2024 12:31
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

Superseded by #736.

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/signxml-4.0.2 branch December 1, 2024 08:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants