jfromaniello / selfsigned

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

License violation issue as dependency node-forge is now under GPL #34

Closed akankshagaur closed 3 years ago

akankshagaur commented 4 years ago

Hi,

I am using self-signed library in my project & whitesource gave us a license violation alert as it is using node-forge which is under GPL now. Is there an alternate for the same?

Thanks Akanksha Gaur

akx commented 4 years ago

node-forge 0.9.0, which this package depends on, is licensed (here, here) under either BSD or GPLv2.

You may wish to raise an issue against this Whitesource tool instead.

jfromaniello commented 3 years ago

thank you for the clarifications