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

Bump jsrsasign and fabric-shim in /chaincode/ecom #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps jsrsasign to 10.8.6 and updates ancestor dependency fabric-shim. These dependencies need to be updated together.

Updates jsrsasign from 8.0.12 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-shim from 2.0.0-snapshot.99 to 2.5.2

Release notes

Sourced from fabric-shim's releases.

v2.5.2 Node Chaincode

This is the LTS Release of of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.

New in the version 2.5.2

  • Fixed the getHistory API returning a byte buffer rather than an JSON object
  • Setting a state endorsement policy functions correctly

Other noteable 2.5 updates are

  • the PurgePrivateData feature is exposed via a new PurgePrivateData API
  • the grpc-js dependency has been locked to 1.8.1
  • arm docker builds

Change Log

https://github.com/hyperledger/fabric-chaincode-node/blob/main/CHANGELOG.md#v2.5.2

v2.5.1 Node Chaincode

v2.5.1

Release Notes

This is the LTS Release of of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.

  • the PurgePrivateData feature is exposed via a new PurgePrivateData API
  • the grpc-js dependency has been locked to 1.8.1
  • arm docker builds

v2.5.0 Node Chaincode

This is the LTS Release of the v2.5 Fabric Chaincode Node. It replaces the previous v2.2 LTS.

  • the PurgePrivateData feature is exposed via a new PurgePrivateData API

v2.4.2 Node Chaincode

This release corrects the 2.4 nodeenv docker image to be Node 16, and removes the fabric-shim-crypto package.

Note that version of Node.js is updated to 16.4.0. See the COMPATIBILITY.md file in the main branch for information.

v2.2.3 Node Chaincode LTS

This release corrects the TypeScript type definitions for the ChaincodeStub interface

The v2.2.3 release is the LTS version of the fabric-chaincode-node

v2.4.1 Node Chaincde

This release is the same as v2.4.0 but with a pipeline fix to properly pushing the docker image.

Note that the 2.4 release uses Node16

... (truncated)

Changelog

Sourced from fabric-shim's changelog.

v2.5.2

Wed Jan 25 14:21:32 GMT 2023

v2.5.1

Wed Jan 11 11:31:22 GMT 2023

v2.5.0

Thu Dec 8 09:19:10 GMT 2022

v2.4.2

Wed 4 May 2022 11:30:35 BST

  • 4467c458 Allow jsdoc push to fail (#331)
  • 3f1dbffd Remove fabric-shim-crypto package
  • d9cfc3d0 Correct 2.4 to be Node 16
  • e1ae5b31 Fixing a command which is giving errors while copying and pasting (#322)
  • 671a5442 Some updates to the latest tool versions
  • 2d861535 Replace RocketChat with Discord
  • f7288eba add missing bracket (#312)
  • a53121f0 Fix Doc: Type of args in invokeChaincode() is string[] (#311)

v2.4.1

Mon Nov 29 10:39:51 GMT 2021

2.4.0

Fri Nov 26 08:07:34 GMT 2021

Release 2.4.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hyperledger-ghci, a new releaser for fabric-shim 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 dependency [fabric-shim](https://github.com/hyperledger/fabric-chaincode-node). These dependencies need to be updated together.


Updates `jsrsasign` from 8.0.12 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@8.0.12...10.8.6)

Updates `fabric-shim` from 2.0.0-snapshot.99 to 2.5.2
- [Release notes](https://github.com/hyperledger/fabric-chaincode-node/releases)
- [Changelog](https://github.com/hyperledger/fabric-chaincode-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hyperledger/fabric-chaincode-node/commits/v2.5.2)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: indirect
- dependency-name: fabric-shim
  dependency-type: direct:production
...

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

0 participants