docs(ui): add open source documentation files

This commit is contained in:
Tuan-Dat Tran
2026-02-23 13:48:52 +01:00
parent 36b5a62953
commit 15a5c0a59c
4 changed files with 118 additions and 0 deletions

36
SECURITY.md Normal file
View File

@@ -0,0 +1,36 @@
# Security Policy
## Supported Versions
| Version | Supported |
| ------- | ------------------ |
| main | :white_check_mark: |
## Reporting a Vulnerability
We take security seriously. If you discover a security vulnerability, please follow these steps:
1. **Do not** open a public issue
2. Email the maintainer directly at `tuan-dat.tran@example.com`
3. Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
### What to Expect
- Acknowledgment within 48 hours
- Assessment within 7 days
- Fix timeline based on severity:
- Critical: 24-72 hours
- High: 1 week
- Medium/Low: Next release
### Disclosure Policy
- Please allow time for the fix before public disclosure
- Coordinated disclosure is appreciated
- Credit will be given in the fix commit
Thank you for helping keep this project secure!