Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 7, 2023

Bumps jsrsasign to 10.8.6 and updates ancestor dependencies jsrsasign, fabric-ca-client and fabric-network. These dependencies need to be updated together.

Updates jsrsasign from 7.2.2 to 10.8.6

Release notes

Sourced from jsrsasign's releases.

X509.getExtSubjectDirectoryAttributes bugfix

  • Changes from 10.8.4 to 10.8.5 (2023-Apr-26)
    • src/x509.js
      • bugfix X509.getExtSubjectDirectoryAttributes method

more SubjectDirectoryExtension support

  • Changes from 10.8.3 to 10.8.4 (2023-Apr-26)
    • src/asn1x509.js
      • SubjectDirectoryAttributes class
        • add array of array support for arbitrary attribute value
    • src/x509.js
      • add X509.getExtSubjectDirectoryAttributes method for ExtSubjectDirectoryAttributes extension
      • update X509.getExtParam method
        • support SubjectDirectoryAttributes
        • parse unknown extension as ASN.1
    • src/base64x.js
      • bugfix foldnl function: when length of s is multiple of n, result has unnecessary new line in the end of string.
    • qunit-do-{asn1x509,x509-ext,base64x,x500-param}.html
      • update and add some test cases for above

CABF SMIMEBR OID support

  • Changes from 10.8.2 to 10.8.3 (2023-Apr-20)
    • src/asn1x509.js
      • Add OIDs for CABR S/MIME BR policy OIDs and GN givenName attribute type

RSA OAEP encryption fix

  • Changes from 10.8.1 to 10.8.2 (2023-Apr-15)
    • ext/rsa.js
      • fix RSAEncryptOAEP for RSA OAEP encryption #582 #583 In rare cases, it have been generated ciphertext that could not be decrpyted.

npm export missing fix

  • Changes from 10.8.0 to 10.8.1 (2023-Apr-09)
    • npm/{package.json, lib/footer.js}

UserNotice of CertificatePolicies support and more

  • Changes from 10.7.0 to 10.8.0 (2023-Apr-8)
    • x509.js
      • X509.getUserNotice supports NoticeReference
      • add asn1ToDisplayText method
    • base64x.js
      • add function msectozulu
      • add aryval for nested JSON value access
    • asn1.js
      • DERInteger refactoring
    • test/qunit-do-{asn1,asn1x509,base64x,x509-ext}.html
      • update and add some test cases for above

... (truncated)

Changelog

Sourced from jsrsasign's changelog.

ChangeLog for jsrsasign

X509.getExtSubjectDirectoryAttributes another bugfix

  • Changes from 10.8.5 to 10.8.6 (2023-Apr-26)
    • src/x509.js
      • another bugfix X509.getExtSubjectDirectoryAttributes method

X509.getExtSubjectDirectoryAttributes bugfix

  • Changes from 10.8.4 to 10.8.5 (2023-Apr-26)
    • src/x509.js
      • bugfix X509.getExtSubjectDirectoryAttributes method

more SubjectDirectoryExtension support

  • Changes from 10.8.3 to 10.8.4 (2023-Apr-26)
    • src/asn1x509.js
      • SubjectDirectoryAttributes class
        • add array of array support for arbitrary attribute value
    • src/x509.js
      • add X509.getExtSubjectDirectoryAttributes method for ExtSubjectDirectoryAttributes extension
      • update X509.getExtParam method
        • support SubjectDirectoryAttributes
        • parse unknown extension as ASN.1
    • src/base64x.js
      • bugfix foldnl function: when length of s is multiple of n, result has unnecessary new line in the end of string.
    • qunit-do-{asn1x509,x509-ext,base64x,x500-param}.html
      • update and add some test cases for above

CABF SMIMEBR OID support

  • Changes from 10.8.2 to 10.8.3 (2023-Apr-20)
    • src/asn1x509.js
      • Add OIDs for CABR S/MIME BR policy OIDs and GN givenName attribute type

RSA OAEP encryption fix

  • Changes from 10.8.1 to 10.8.2 (2023-Apr-15)
    • ext/rsa.js
      • fix RSAEncryptOAEP for RSA OAEP encryption #582 #583 In rare cases, it have been generated ciphertext that could not be decrpyted.

npm export missing fix

  • Changes from 10.8.0 to 10.8.1 (2023-Apr-09)
    • npm/{package.json, lib/footer.js}

UserNotice of CertificatePolicies support and more

  • Changes from 10.7.0 to 10.8.0 (2023-Apr-08)
    • x509.js
      • X509.getUserNotice supports NoticeReference

... (truncated)

Commits

Updates fabric-ca-client from 1.4.4 to 1.4.20

Release notes

Sourced from fabric-ca-client's releases.

v1.4.20

Changes

This is a maintenance release containing the following enhancements:

  • Support for Node 14 and 16.
  • Loosened Node engines requirements to versions >=10.13.0.
  • Add configurable eventHandlerOptions.endorseTimeout property to the Gateway connect options.

Security fixes

The following security vulnerability is addressed:

New Contributors

v1.4.19

This is a maintenance release that updates the jsrsasign dependency version to address a security vulnerability in RSA signature validation:

Note that the Node SDK does not perform RSA signature validation and so should not have been impacted by this vulnerability.

v1.4.18

This is a maintenance release with bug fixes.

v1.4.17

fabric-sdk-node 1.4.17 is a maintenance release containing bug fixes. All users of the v1.4 Node SDK are advised to upgrade to this version.

[FABN-1685] commitTimeout not setting (#411) [FABN-1441] Typo change (#412) [FABN-1504] Type definition improvement (#410) [FABN-1591] Document Release Process (#409) [FABN-1591] Document Release Process (#404)

v1.4.16

fabric-sdk-node 1.4.16 is a maintenance release containing bug fixes. All users of the v1.4 Node SDK are advised to upgrade to this version.

... (truncated)

Changelog

Sourced from fabric-ca-client's changelog.

v1.4.20

Wed 11 May 2022 17:30:55 BST

v1.4.19

Tue 18 Jan 2022 17:54:17 GMT

v1.4.18

Tue 23 Mar 11:04:25 GMT 2021

v1.4.17

Thu Jan 14 09:47:48 EST 2021

v1.4.16

Wed 16 Dec 17:22:55 GMT 2020

v1.4.15

Thu Dec 3 13:37:50 EST 2020

v1.4.14

Thu Nov 5 13:01:50 EST 2020

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hyperledger-ghci, a new releaser for fabric-ca-client since your current version.


Updates fabric-network from 1.4.4 to 1.4.20

Release notes

Sourced from fabric-network's releases.

v1.4.20

Changes

This is a maintenance release containing the following enhancements:

  • Support for Node 14 and 16.
  • Loosened Node engines requirements to versions >=10.13.0.
  • Add configurable eventHandlerOptions.endorseTimeout property to the Gateway connect options.

Security fixes

The following security vulnerability is addressed:

New Contributors

v1.4.19

This is a maintenance release that updates the jsrsasign dependency version to address a security vulnerability in RSA signature validation:

Note that the Node SDK does not perform RSA signature validation and so should not have been impacted by this vulnerability.

v1.4.18

This is a maintenance release with bug fixes.

v1.4.17

fabric-sdk-node 1.4.17 is a maintenance release containing bug fixes. All users of the v1.4 Node SDK are advised to upgrade to this version.

[FABN-1685] commitTimeout not setting (#411) [FABN-1441] Typo change (#412) [FABN-1504] Type definition improvement (#410) [FABN-1591] Document Release Process (#409) [FABN-1591] Document Release Process (#404)

v1.4.16

fabric-sdk-node 1.4.16 is a maintenance release containing bug fixes. All users of the v1.4 Node SDK are advised to upgrade to this version.

... (truncated)

Changelog

Sourced from fabric-network's changelog.

v1.4.20

Wed 11 May 2022 17:30:55 BST

v1.4.19

Tue 18 Jan 2022 17:54:17 GMT

v1.4.18

Tue 23 Mar 11:04:25 GMT 2021

v1.4.17

Thu Jan 14 09:47:48 EST 2021

v1.4.16

Wed 16 Dec 17:22:55 GMT 2020

v1.4.15

Thu Dec 3 13:37:50 EST 2020

v1.4.14

Thu Nov 5 13:01:50 EST 2020

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hyperledger-ghci, a new releaser for fabric-network since your current version.


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 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 [jsrsasign](https://github.com/kjur/jsrsasign) to 10.8.6 and updates ancestor dependencies [jsrsasign](https://github.com/kjur/jsrsasign), [fabric-ca-client](https://github.com/hyperledger/fabric-sdk-node) and [fabric-network](https://github.com/hyperledger/fabric-sdk-node). These dependencies need to be updated together.


Updates `jsrsasign` from 7.2.2 to 10.8.6
- [Release notes](https://github.com/kjur/jsrsasign/releases)
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
- [Commits](kjur/jsrsasign@7.2.2...10.8.6)

Updates `fabric-ca-client` from 1.4.4 to 1.4.20
- [Release notes](https://github.com/hyperledger/fabric-sdk-node/releases)
- [Changelog](https://github.com/hyperledger/fabric-sdk-node/blob/v1.4.20/CHANGELOG.md)
- [Commits](hyperledger/fabric-sdk-node@v1.4.4...v1.4.20)

Updates `fabric-network` from 1.4.4 to 1.4.20
- [Release notes](https://github.com/hyperledger/fabric-sdk-node/releases)
- [Changelog](https://github.com/hyperledger/fabric-sdk-node/blob/v1.4.20/CHANGELOG.md)
- [Commits](hyperledger/fabric-sdk-node@v1.4.4...v1.4.20)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: indirect
- dependency-name: fabric-ca-client
  dependency-type: direct:production
- dependency-name: fabric-network
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2023
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.

1 participant