patriksimek / vm2

Advanced vm/sandbox for Node.js
MIT License
3.86k stars 293 forks source link

Adding a Security Policy #517

Open fraxken opened 1 year ago

fraxken commented 1 year ago

Hello 👋

I have noticed that some security issues has been reported using public issue like:

To improve this next time you could add a SECURITY.md file at the root (what we call a Security Policy). It will provide information to security researchers and developers such as:

See Guide to implementing a coordinated vulnerability disclosure process for open source projects for better description.

In my projects I use the newest Github feature to report private vulnerability. Example of my file here.

To enable it just go to Settings and enable Private vulnerability reporting.

I wrote an article that explains how to securize a project or orgization on GitHub in hope to help fellow maintainers: https://dev.to/nodesecure/securize-your-github-org-4lb7

If you need any help do not hesitate

Best regards, Thomas

tommymarshall commented 1 year ago

This would be a welcome addition. Enterprise application run security checks and this particular vulnerability is a blocker for using many other packages.