Engineering-Research-and-Development / iotagent-opcua

IoT Agent for OPC UA protocol
https://iotagent-opcua.rtfd.io/
GNU Affero General Public License v3.0
41 stars 21 forks source link

Bump jsrsasign, node-opcua and node-opcua-client-crawler #127

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps jsrsasign to 11.0.0 and updates ancestor dependencies jsrsasign, node-opcua and node-opcua-client-crawler. These dependencies need to be updated together.

Updates jsrsasign from 10.6.1 to 11.0.0

Release notes

Sourced from jsrsasign's releases.

remove RSA and RSAOAEP encryption for Marvin attack

  • Changes from 10.9.0 to 11.0.0 (2024-Jan-16)
    • remove RSA PKCS#1.5 end OAEP encryption/decryption for Marvin attack (#598)
    • src/crypto.js
      • remove KJUR.crypto.Cipher class for RSA and RSAOAEP encryption/decryption
    • ext/{rsa,rsa2}.js remove encrypt/decrypt/encryptOAEP/decryptOAEP for RSAKey class

enhanced support for encrypted PKCS8

  • Changes from 10.8.6 to 10.9.0 (2023-Nov-27)
    • KEYUTIL.getPEM is updated not to use weak ciphers (#599)
      • default encryptionScheme is changed from des-EDE3-CBC to aes256-CBC
      • default prf is changed from hmacWithSHA1 to hmacWithSHA256
    • src/keyutil.js
      • more encrypted PKCS#8 private key support
        • KEYUTIL.getKey now supports encrypted PKCS#8 private key with aes128-CBC, aes256-CBC encrypted and using hmacWithSHA224/256/384/512 as psudorandom function.
        • KEYUTIL.getPEM now supports such as above encrypted PKCS#8 PEM priavte key.
    • src/crypto.js
      • Cipher.decrypt/encrypt now supports symmetric ciphers (des-EDE3-CBC,aes128-CBC,aes256-CBC)
    • src/base64x.js
      • function inttohex and twoscompl are added
    • src/asn1.js
      • ASN1Util.bigIntToMinTwosComplementsHex is now DEPRECATED. use twoscompl.
    • src/asn1x509.js
      • aes*-CBC and hmacWithSHA* OIDs are added
    • test/qunit-do-{base64x,crypto-cipher,keyutil-eprv,keyutil,keyutil-p8egen}.html
      • update and add some test cases for above
    • stop bower support (bower.json removed)

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

... (truncated)

Changelog

Sourced from jsrsasign's changelog.

ChangeLog for jsrsasign

remove RSA and RSAOAEP encryption for Marvin attack

  • Changes from 10.9.0 to 11.0.0 (2024-Jan-16)
    • remove RSA PKCS#1.5 end OAEP encryption/decryption for Marvin attack (#598)
    • src/crypto.js
      • remove KJUR.crypto.Cipher class for RSA and RSAOAEP encryption/decryption
    • ext/{rsa,rsa2}.js remove encrypt/decrypt/encryptOAEP/decryptOAEP for RSAKey class

enhanced support for encrypted PKCS8

  • Changes from 10.8.6 to 10.9.0 (2023-Nov-27)
    • KEYUTIL.getPEM is updated not to use weak ciphers (#599)
      • default encryptionScheme is changed from des-EDE3-CBC to aes256-CBC
      • default prf is changed from hmacWithSHA1 to hmacWithSHA256
    • src/keyutil.js
      • more encrypted PKCS#8 private key support
        • KEYUTIL.getKey now supports encrypted PKCS#8 private key with aes128-CBC, aes256-CBC encrypted and using hmacWithSHA224/256/384/512 as psudorandom function.
        • KEYUTIL.getPEM now supports such as above encrypted PKCS#8 PEM priavte key.
    • src/crypto.js
      • Cipher.decrypt/encrypt now supports symmetric ciphers (des-EDE3-CBC,aes128-CBC,aes256-CBC)
    • src/base64x.js
      • function inttohex and twoscompl are added
    • src/asn1.js
      • ASN1Util.bigIntToMinTwosComplementsHex is now DEPRECATED. use twoscompl.
    • src/asn1x509.js
      • aes*-CBC and hmacWithSHA* OIDs are added
    • test/qunit-do-{base64x,crypto-cipher,keyutil-eprv,keyutil,keyutil-p8egen}.html
      • update and add some test cases for above
    • stop bower support (bower.json removed)

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

... (truncated)

Commits


Updates node-opcua from 2.85.0 to 2.120.0

Release notes

Sourced from node-opcua's releases.

v2.120.0

Release note for v2.200.0

๐Ÿ› Bug Fixes

  • [521f18d2f] Fixes #1277 - Instantiating ObjectType with two Folders
  • [744648e3f] Relax Encoding detection to cope with bugs in python's asyncua - fixing #1232
  • [56b40b191] ClientSecureChannel: fix connection issue highlighted when server imposes maxChunk=1 #1335 #1263
  • [2372431fd] Ensure client.isReconnecting=true when client emits the 'connection_reestablished' event fixing #1331

โœจ Enhancements

  • [45240f862] Add example for GitHub #1232

๐Ÿ›  Maintenance

  • [a0234bbb5] Update packages
  • [37e181611] Add open collective badges
  • [2e6d5937b] Update book URL
  • [85bee187a] Update lock file
  • [af3520542] Update copyright year
  • [f3d452bd6] Fix copyright year and other adjustments

๐Ÿ‘ฌ๐Ÿฝ contributors

๐ŸŒŸ Join the NodeOPCUA Support Network! ๐ŸŒŸ

NodeOPCUA continues to grow and evolve, thanks to the invaluable support from community members like YOU! ๐Ÿš€

We're dedicated to enhancing and expanding the capabilities of node-opcua, and we invite you to be a part of this exciting journey. Consider contributing through our membership program at Sterfive or by donating on

OpenCollective.

Your support is crucial! ๐Ÿค

Your contributions foster innovation and strengthen a community founded on cooperation and the exchange of knowledge. ๐ŸŒฑ

๐ŸŒ Together, we can drive the future of node-opcua forward! ๐ŸŒ

v2.119.0

Release Notes for 2.119.0

๐Ÿ› Bug Fixes

  • [c70438e49] Fix ConditionVariableType behavior with SourceTimestamp property
  • [77f1bf6e1] Fix MultiStateValueDiscrete behavior #1323
  • [3c7c80bad] Fix: packages/node-opcua-local-discovery-server/Dockerfile to reduce vulnerabilities
  • [9eeb81a4b] Use AcknowledgeableConditionType_Acknowledge/Confirm when ConditionId is not an instance

... (truncated)

Commits


Updates node-opcua-client-crawler from 2.85.0 to 2.120.0

Release notes

Sourced from node-opcua-client-crawler's releases.

v2.120.0

Release note for v2.200.0

๐Ÿ› Bug Fixes

  • [521f18d2f] Fixes #1277 - Instantiating ObjectType with two Folders
  • [744648e3f] Relax Encoding detection to cope with bugs in python's asyncua - fixing #1232
  • [56b40b191] ClientSecureChannel: fix connection issue highlighted when server imposes maxChunk=1 #1335 #1263
  • [2372431fd] Ensure client.isReconnecting=true when client emits the 'connection_reestablished' event fixing #1331

โœจ Enhancements

  • [45240f862] Add example for GitHub #1232

๐Ÿ›  Maintenance

  • [a0234bbb5] Update packages
  • [37e181611] Add open collective badges
  • [2e6d5937b] Update book URL
  • [85bee187a] Update lock file
  • [af3520542] Update copyright year
  • [f3d452bd6] Fix copyright year and other adjustments

๐Ÿ‘ฌ๐Ÿฝ contributors

๐ŸŒŸ Join the NodeOPCUA Support Network! ๐ŸŒŸ

NodeOPCUA continues to grow and evolve, thanks to the invaluable support from community members like YOU! ๐Ÿš€

We're dedicated to enhancing and expanding the capabilities of node-opcua, and we invite you to be a part of this exciting journey. Consider contributing through our membership program at Sterfive or by donating on

OpenCollective.

Your support is crucial! ๐Ÿค

Your contributions foster innovation and strengthen a community founded on cooperation and the exchange of knowledge. ๐ŸŒฑ

๐ŸŒ Together, we can drive the future of node-opcua forward! ๐ŸŒ

v2.119.0

Release Notes for 2.119.0

๐Ÿ› Bug Fixes

  • [c70438e49] Fix ConditionVariableType behavior with SourceTimestamp property
  • [77f1bf6e1] Fix MultiStateValueDiscrete behavior #1323
  • [3c7c80bad] Fix: packages/node-opcua-local-discovery-server/Dockerfile to reduce vulnerabilities
  • [9eeb81a4b] Use AcknowledgeableConditionType_Acknowledge/Confirm when ConditionId is not an instance

... (truncated)

Commits


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/Engineering-Research-and-Development/iotagent-opcua/network/alerts).