timhaley94 / holdem

Real time poker in JavaScript
https://holdemhounds.com
GNU General Public License v3.0
7 stars 7 forks source link

Create a SECURITY.md file and add a code scanning bot #155

Open timhaley94 opened 3 years ago

timhaley94 commented 3 years ago

Background

Github suggests open source projects create a SECURITY.md file which documents which versions are maintained from a security stand point. In others, which version of a project will receive security patches. This is a little different for us, because this isn't a library. I think once we finish the MVP, however, we can call that v1.0.0, and state that we will only support security vulnerabilities from that major version on.

Additionally, I'd like to set up a bot which scans the code for vulnerabilities. Many of these exist, however, most use github workflows. It would be nice if we had one that didn't require a workflow or was compatible with CircleCI since that's our CI platform of choice.