Skip to content

Commit

Permalink
chore: Add security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-anton committed Aug 15, 2023
1 parent 3887a14 commit f9aff1e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Security Policy

## Supported Versions

We release patches for security vulnerabilities. Which versions are eligible
receiving such patches depend on the CVSS v3.0 Rating:

| CVSS v3.0 | Supported Versions |
| --------- | ----------------------------------------- |
| 4.0-10.0 | Most recent release |

## Reporting a Vulnerability

Please report (suspected) security vulnerabilities to our **[bug bounty
program](https://hackerone.com/aiven_ltd)**. You will receive a response from
us within 2 working days. If the issue is confirmed, we will release a patch as
soon as possible depending on impact and complexity.

## Qualifying Vulnerabilities

Any reproducible vulnerability that has a severe effect on the security or
privacy of our users is likely to be in scope for the program.

We generally **aren't** interested in the following issues:
* Social engineering (e.g. phishing, vishing, smishing) attacks
* Brute force, DoS, text injection
* Missing best practices such as HTTP security headers (CSP, X-XSS, etc.),
email (SPF/DKIM/DMARC records), SSL/TLS configuration.
* Software version disclosure / Banner identification issues / Descriptive
error messages or headers (e.g. stack traces, application or server errors).
* Clickjacking on pages with no sensitive actions
* Theoretical vulnerabilities where you can't demonstrate a significant
security impact with a proof of concept.

0 comments on commit f9aff1e

Please sign in to comment.