If you find a security issue, please report it privately via:
- GitHub private vulnerability reporting on this repository
- Or direct message to the repository maintainer:
BasilSuhail@users.noreply.github.com
Please include:
- Affected endpoint/version
- Reproduction steps
- Impact assessment
- Suggested fix (if available)
- Dependabot: checks
pipandpnpmdependencies weekly and opens PRs for updates. - CodeQL: runs on push, pull requests, and weekly scan schedule to surface code vulnerabilities.
- Security checks in CI:
- Backend:
pip-auditagainstrequirements.txtinbackendworkflow. - Frontend:
pnpm audit --audit-level highinfrontendworkflow. - PR dependency review (
actions/dependency-review-action) blocks high-severity dependency regressions.
- Backend:
- GitHub secret scanning: enabled at repository level.
- Push protection: enabled.
- Non-provider pattern scans and validity checks were attempted via API but remain manual in this repo UI context.
Expected defaults for this project:
- Security alerts enabled (
Code scanning,Dependabot alerts,Dependabot updates) - Protected
mainbranch with required pull-request checks - No secrets in source control (
.envvalues are local only) - CI status required before merge