Skip to content

Commit 2b8eb41

Browse files
ben-miruclaude
andauthored
docs: add security vulnerability disclosure policy (#25)
## Summary - Add `SECURITY.md` with vulnerability reporting instructions via GitHub Private Vulnerability Reporting - Includes response timeline expectations, scope definitions, and safe harbor language ## Test plan - [ ] Verify SECURITY.md renders correctly on GitHub - [ ] Confirm "Report a vulnerability" button appears on Security tab (requires PVR to be enabled) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 40a8d48 commit 2b8eb41

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
We take the security of Miru seriously. If you discover a security
6+
vulnerability, please report it through GitHub's Private Vulnerability
7+
Reporting.
8+
9+
**To report a vulnerability:**
10+
11+
1. Navigate to the **Security** tab of this repository
12+
1. Click **Report a vulnerability**
13+
1. Fill out the form with as much detail as possible
14+
15+
Please **do not** open a public issue for security vulnerabilities.
16+
17+
## What to Include
18+
19+
To help us triage and resolve the issue quickly, please include:
20+
21+
- A description of the vulnerability and its potential impact
22+
- Step-by-step reproduction instructions
23+
- Affected versions
24+
- Any relevant logs, screenshots, or proof-of-concept code
25+
26+
## What to Expect
27+
28+
- **Acknowledgement** within 48 hours of your report
29+
- **Status updates** as we investigate and work toward a fix
30+
- **Credit** in the advisory for responsible disclosure (if desired)
31+
32+
We aim to confirm, patch, and disclose vulnerabilities as quickly as possible.
33+
The timeline depends on severity and complexity, but we will keep you informed
34+
throughout the process.
35+
36+
## Scope
37+
38+
**In scope:**
39+
40+
- Security issues in this repository's code
41+
- Vulnerabilities in direct dependencies
42+
43+
**Out of scope:**
44+
45+
- Social engineering attacks
46+
- Denial of service attacks
47+
- Issues in third-party services or infrastructure not maintained by Miru
48+
- Findings from automated scanners without demonstrated impact
49+
50+
## Supported Versions
51+
52+
Only the latest release is supported with security updates.
53+
54+
## Safe Harbor
55+
56+
We consider security research conducted in good faith under this policy to be
57+
authorized. We will not pursue legal action against researchers who:
58+
59+
- Act in good faith and follow this policy
60+
- Avoid privacy violations, data destruction, and service disruption
61+
- Report vulnerabilities promptly and do not disclose publicly before a fix is
62+
available

0 commit comments

Comments
 (0)