diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cca60a2..37fecf92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,3 +100,8 @@ $ make integration ## Document your changes When proposed changes are modifying user-facing functionality or output, it is expected the PR will include updates to the documentation as well. + + +## Security Vulnerabilities + +Found a security vulnerability? See in our [Security Policy](SECURITY.md) to see how to report it to be solved as soon as possible. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..aa459a76 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,32 @@ +# Security Policy + +## Supported Versions + + + +Security updates are applied only to the most recent release, try to always be up to date. + +## Reporting a Vulnerability + + + +To report a security issue, please email +[security@anchore.com](mailto:security@anchore.com) +with a description of the issue, the steps you took to create the issue, +affected versions, and, if known, mitigations for the issue. + +All support will be made on the best effort base, so please indicate the "urgency level" of the vulnerability as Critical, High, Medium or Low.