jonboulle / clockwork

a fake clock for golang
Apache License 2.0
625 stars 57 forks source link

Have a security policy #77

Closed pnacht closed 7 months ago

pnacht commented 7 months ago

Hey, it's Pedro and I'm back (see #75) with another security suggestion.

A security policy (SECURITY.md) explains how the project wishes to receive and handle responsible disclosure of potential vulnerabilities. GitHub recommends that projects have one.

The security policy can be found by users who enter the project's "Security" panel. They'll also see references to it in the "New issue" page.

There are two main ways to receive disclosures:

If you want to use GitHub's reporting system, it must be activated for the repository:

  1. Open the repo's settings
  2. Click on Code security & analysis
  3. Click "Enable" for "Private vulnerability reporting"

I'll send a PR with a draft policy along with this issue.