jfromaniello / selfsigned

Generate self-signed certificates from node.js
MIT License
237 stars 53 forks source link

Upgrade node-forge to non vulnerable version #49

Closed mkapra closed 2 years ago

mkapra commented 2 years ago

Fix #48

mkapra commented 2 years ago

I ran the tests and they were successful.

jfromaniello commented 2 years ago

Thank you, merged and pushed as v1.10.13

jfromaniello commented 2 years ago

https://github.com/jfromaniello/selfsigned/issues/50#issuecomment-1010010700

I had to publish a new patch v1.10.14 which is the same than v1.10.12 because the updated version of node-forget breaks with node < 10.

This fix has been realeased as a major version v2.0.0, I also introduced engines node >= 10 rule.