Skip to content

Commit

Permalink
add security policy (#113)
Browse files Browse the repository at this point in the history
* add security policy

* add notice for automation
  • Loading branch information
rdoorn authored Sep 4, 2019
1 parent 44cf713 commit f606cba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Security Policy

## Supported Versions

The latest main branch of Mercury will always be up-to-date with the latest security patches.
Security updates will not be backwards implemented for older major versions of Mercury than the current one.

e.g. if 2.x.x is the current main branch, then 1.x.x will no longer be supported with security patches but 2.x.x will be.

| Version | Supported |
| ------- | ------------------ |
| 1.0.0 | :white_check_mark: |
| 0.x.x | :x: |

## Automated fixes

When a new golang release is published, a new version of Mercury will be automaticly generated.
As such any issues found in golang will be fixed automaticly arround 10:00 UTC

## Reporting a Vulnerability

Should you find a security vulnerability please mail to rdoorn at schubergphilis dot com
The issue will be addresse with due process, depending on the urgency at hand.

0 comments on commit f606cba

Please sign in to comment.