Skip to content
Merged
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
32 changes: 32 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Security Policy

## Reporting Security Issues

**DO NOT report security vulnerabilities via public GitHub issues.**

Instead, please report them by emailing security@fastapi-admin-kit.com with:

- A detailed description of the vulnerability
- Steps to reproduce the issue
- Potential impact and affected versions
- Any proof-of-concept code (if applicable)

## What to Include

Please include the following in your report:

1. **Vulnerability type** (e.g., XSS, SQL injection, authentication bypass, etc.)
2. **Affected components** or endpoints
3. **Steps to reproduce**
4. **Expected vs. actual behavior**
5. **Environment details** (OS, Python version, framework version)
6. **Suggested fix** (optional but appreciated)


## Security Policy

This project follows responsible disclosure. We will:

- Credit reporters in the release notes (unless requested otherwise)
- Fix security issues in a timely manner
- Publish security advisories via the GitHub Security tab
Loading