Skip to content

Security: mavomen/async-fastapi-template

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security vulnerability, please do not open a public issue. Send an email to security@example.com with details.

We will respond within 48 hours and work with you to resolve the issue promptly.

Supported Versions

Version Supported
1.x.x
< 1.0.0

Security Best Practices

  • All passwords are hashed with bcrypt.
  • JWT tokens are signed and verified.
  • Role‑based permissions control access to endpoints.
  • CORS and security headers are applied.
  • SQL injection prevention via SQLAlchemy parameterised queries.
  • Rate limiting protects against brute‑force attacks.
  • Regular dependency updates are performed.

There aren't any published security advisories