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

## Reporting a Vulnerability

If you discover a security vulnerability in Bayanat, please report it through [GitHub's private vulnerability reporting](https://github.com/sjacorg/bayanat/security/advisories/new).

Do not open a public issue for security vulnerabilities.

## What to Include

- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)

## Response

We will acknowledge receipt within 72 hours and provide an initial assessment within 7 business days.

## Supported Versions

| Version | Supported |
|---------|-----------|
| 3.x | Yes |
| < 3.0 | No |

## Security Practices

- Static analysis via Semgrep and CodeQL
- Dependency scanning via pip-audit and retire.js
- Pre-commit secret scanning via Gitleaks
- GitHub secret scanning with push protection
- Signed commits enforced on protected branches
- Comprehensive [threat model](docs/security/threat-model.md)
Loading