Skip to content

Commit

Permalink
Merge pull request #56 from 10up/chore/security-txt-file
Browse files Browse the repository at this point in the history
First version of SECURITY.txt
  • Loading branch information
felipeelia authored Aug 4, 2022
2 parents 0e4632f + 0e08aa9 commit 1007971
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Security Policy

## Supported Versions

The following versions of this project are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 2.1.1 | :white_check_mark: |
| <2.1.1 | :x: |

## Reporting a Vulnerability

To report a security issue please email details to [email protected] with a descriptive subject line. This account is monitored by a small team within 10up. In addition, please include the following information along with your report:

- Your name and affiliation (if any).
- A description of the technical details of the vulnerability. It is very important to let us know how we can reproduce your findings.
- An explanation who can exploit this vulnerability, and what they gain when doing so -- write an attack scenario. This will help us evaluate your report quickly, especially if the issue is complex.
- Whether this vulnerability is public or known to third parties. If it is, please provide details.

If you believe that an existing (public) issue is security-related, please send an email to [email protected]. The email should include the issue ID and a short description of why it should be handled according to this security policy.

## Responding to Vulnerability Reports

10up takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

Your email will be acknowledged within ONE business day, and you will receive a more detailed response to your email within SEVEN days indicating the next steps in handling your report. After the initial reply to your report, 10up will keep you informed of the progress being made towards a fix and announcement. If your vulnerability report is accepted, then we will work with you on a fix and follow the process noted below on [disclosing vulnerabilities](#disclosing-a-vulnerability). If your vulnerability report is declined, then we will provide you with a reasoning as to why we came to that conclusion.

## Disclosing a Vulnerability

Once an issue is reported, 10up uses the following disclosure process:

- When a report is received, we confirm the issue and determine its severity.
- If we know of specific third-party services or software that require mitigation before publication, those projects will be notified.
- An advisory is prepared (but not published) which details the problem and steps for mitigation.
- Wherever possible, fixes are prepared for the last minor release of the two latest major releases, as well as the trunk branch. We will attempt to commit these fixes as soon as possible, and as close together as possible.
- Patch releases are published for all fixed released versions and the advisory is published.
- Release notes and our CHANGELOG.md will include a `Security` section with a link to the advisory.

We credit reporters for identifying vulnerabilities, although we will keep your name confidential if you request it.

## Known Vulnerabilities

Past security advisories, if any, are listed below.

| Advisory Number | Type | Versions affected | Reported by | Additional Information |
|-----------------|--------------------|:-----------------:|-----------------------|-----------------------------|
| TBD | XSS | 1.0 - 2.1.0 | Piotr Bajer + WP VIP Team | TBD |
| - | - | - | - | - |

0 comments on commit 1007971

Please sign in to comment.