Skip to content

Commit

Permalink
chore: add security policies (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Jun 27, 2024
1 parent e317ae2 commit a5f4194
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Security Policy

## Supported Versions

We support the latest version of this library. We do not guarantee support of previous versions. If a defect is reported, it will generally be fixed on the latest version
(provided it exists) irrespective of whether it was introduced in a prior version.

## Reporting a Vulnerability

If you discover a vulnerability against this package, please report it in the issues tab with a `vulnerability` label. We will examine promptly.

If you would like to disclose the vulnerability privately, you may reach the maintainers in our [channel](https://gophers.slack.com/archives/CBP4N9BEU) on the gophers slack.

## Security Scorecard

This project submits security [results](https://scorecard.dev/viewer/?uri=github.com/gofrs/flock) to the [OpenSSF Scorecard](https://securityscorecards.dev/).

### Actively Maintained

One heuristic these scorecards measure to gauge whether a package is safe for consumption is an "Actively Maintained" metric. Because this library implements UUIDs,
it is very stable - there is not much maintenance required other than adding/updating newer UUID versions, keeping up to date with latest versions of Go, and responding
to reported exploits. As a result, periods of low active maintenance are to be expected.

0 comments on commit a5f4194

Please sign in to comment.