| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability, please report it by:
- Do NOT create a public GitHub issue
- Send an email to [rizkylab@gmail.com] with details
- Include steps to reproduce the vulnerability
- Allow up to 48 hours for initial response
This project implements the following security measures:
-
SAST (Static Application Security Testing)
- PHPStan for PHP static analysis
- Psalm for taint analysis and security vulnerabilities
- Semgrep for pattern-based security scanning
- CodeQL for advanced security analysis
-
Dependency Vulnerability Scanning
- Composer Audit for PHP dependencies
- Local PHP Security Checker (Symfony)
- NPM Audit for JavaScript dependencies
- Dependabot for automated dependency updates
- All security checks must pass before deployment
- Dependencies are automatically scanned weekly
- Pull requests require security review
- Production deployments require manual approval