Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/SECURITY_ADVISORY_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Description
Provide a clear and concise description of the vulnerability.

### Impact
What kind of damage could this cause? (e.g., unauthorized data access, service disruption).

### Reproduction Steps
Please provide a proof-of-concept or clear, step-by-step instructions to reproduce the issue.

### Affected Versions
Which versions of Augur are confirmed to be affected?

### AI Disclosure
**Did you use Artificial Intelligence (AI) tools to identify or document this vulnerability?**
- [ ] Yes
- [ ] No
*If yes, please specify which tool was used and which parts of the report were generated or assisted by AI.*

### Suggested Fix
If you have a proposed fix or patch, please describe it here.
52 changes: 20 additions & 32 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,26 @@

## Supported Versions

These versions of Augur are currently supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.50.3 | :white_check_mark: |
| 0.50.2 | :white_check_mark: |
| 0.50.1 | :white_check_mark: |
| 0.50.0 | :white_check_mark: |
| 0.44.5 | :white_check_mark: |
| 0.44.3 | :white_check_mark: |
| 0.44.2 | :white_check_mark: |
| 0.44.1 | :white_check_mark: |
| 0.44.0 | :white_check_mark: |
| 0.27.x | :x: |
| 0.26.x | :x: |
| 0.25.x | :x: |
| 0.24.x | :x: |
| 0.23.x | :x: |
| 0.21.x | :x: |
| 0.20.x | :x: |
| 0.19.x | :x: |
| 0.18.x | :x: |
| 0.17.x | :x: |
| 0.16.x | :x: |
| 0.15.x | :x: |
| 0.14.x | :x: |
| 0.13.x | :x: |
| 0.12.x | :x: |
| 0.11.x | :x: |
| 0.10.x | :x: |
| < 0.10 | :x: |
We currently provide security updates for the latest tagged release of Augur.

Older versions are not actively supported. In exceptional circumstances, maintainers may choose to backport fixes on a case-by-case basis.


## Reporting a Vulnerability

Please report vulnerabilities using GitHub Issues
**IMPORTANT: Do not report security vulnerabilities using public GitHub Issues or public discussions.**

### Private Disclosure Process

If you discover a security vulnerability in Augur, please report it privately by opening a [New Private Vulnerability Report](https://github.com/chaoss/augur/security/advisories/new). Please fill out the provided advisory template to ensure we have all the details (Impact, Reproduction Steps, and Affected Versions) needed to investigate.

### Responsible Disclosure Guidelines

We do our best to follow responsible disclosure practices:

- **Credit**: We will acknowledge your discovery in security release notes (unless you prefer anonymity)
- **Coordination**: We will work with you to coordinate the disclosure and release timeline based on our capacity to resolve the issue
- **Communication**: We aim to remain communicative and keep your ticket updated with the status so you know what to expect
- **No Public Issues**: Please avoid creating public GitHub issues pull requests, branches, or forks for developing fixes to security vulnerabilities unless told otherwise. All of these can leak the existence of the vulnerability before it is fully fixed.

Thank you for helping keep Augur secure!
Comment thread
Siddhazntx marked this conversation as resolved.
Loading