TritonDataCenter / node-sshpk

Parse, convert, fingerprint and use SSH keys in pure node.js
MIT License
189 stars 49 forks source link

ASN1 dependency issue: Boolean logic error using `instanceof` in the `writeStringArray()` method in `lib/ber/writer.js` #61

Open welljsjs opened 5 years ago

welljsjs commented 5 years ago

This issue references the following Pull Request from the asn1 project on Github: https://github.com/joyent/node-asn1/pull/13 Which is related to the following issue: https://github.com/nospaceships/node-asn1-ber/issues/9 and already got fixed some time ago.

However, the older version of this asn1 package is still used and so this bug is still present in the current version of sshpk. Please update the dependencies to a newer version of asn1.