Skip to content

Commit 6ff5b64

Browse files
committed
Add security policy
Addresses Audiveris#859 This adds a SECURITY.md file following GitHub's recommended security policy template. It includes: - Supported versions table - Vulnerability reporting guidelines - Response timeline expectations - Security best practices for users
1 parent aaa073f commit 6ff5b64

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

SECURITY.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
We release patches for security vulnerabilities in the following versions:
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 5.9.x | :white_check_mark: |
10+
| 5.8.x | :white_check_mark: |
11+
| < 5.8 | :x: |
12+
13+
## Reporting a Vulnerability
14+
15+
If you discover a security vulnerability in Audiveris, please report it by emailing the maintainers directly rather than opening a public issue.
16+
17+
**Please do not report security vulnerabilities through public GitHub issues.**
18+
19+
### What to Include
20+
21+
When reporting a vulnerability, please include:
22+
23+
- A description of the vulnerability
24+
- Steps to reproduce the issue
25+
- Potential impact of the vulnerability
26+
- Any suggested fixes (if available)
27+
28+
### Response Timeline
29+
30+
- You can expect an initial response within 48 hours
31+
- We will investigate and provide updates on the status
32+
- Once the vulnerability is confirmed, we will work on a fix and coordinate disclosure
33+
34+
## Security Best Practices
35+
36+
When using Audiveris:
37+
38+
- Keep your installation up to date with the latest version
39+
- Only process score images from trusted sources
40+
- Be cautious when loading project files from unknown sources
41+
- Review the permissions requested by any plugins before installation
42+
43+
Thank you for helping keep Audiveris and its users safe!

0 commit comments

Comments
 (0)