Skip to content

Commit 3b9250e

Browse files
committed
Add security policy
1 parent 0dc0046 commit 3b9250e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
2+
# Security Policy
3+
4+
## Supported Versions
5+
6+
| Version | Supported |
7+
| ------- | ------------------ |
8+
| main | :white_check_mark: |
9+
| < main | :x: |
10+
11+
## Reporting a Vulnerability
12+
13+
Please report security vulnerabilities through GitHub private vulnerability reporting:
14+
1. Go to the **Security** tab
15+
2. Click **Report a vulnerability**
16+
3. Fill out the form
17+
18+
We respond within 48 hours.
19+
20+
## Security Measures
21+
22+
- Dependabot for dependency updates
23+
- CodeQL for code scanning
24+
- Secret scanning and push protection
25+

0 commit comments

Comments
 (0)