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
10 changes: 10 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,13 @@ Report privately to the maintainer team. If no private security contact has been
- `.github/workflows/`
- `.gitignore`
- env examples and deployment configuration

## GitHub Security Alert Visibility (Current Snapshot)

- The repository includes a security policy (`SECURITY.md`) and a guardrail workflow (`.github/workflows/master-guardrails.yml`) focused on secret and config hygiene.
- No `.github/dependabot.yml` configuration is present in the default branch.
- No CodeQL/code-scanning workflow file is present in the default branch workflow directory.
- GitHub API requests for repository code-scanning/secret-scanning alerts can return `403 Resource not accessible by integration` without elevated repository permissions.
- If you have maintainer access, confirm the authoritative status in the repository **Security** tab under:
- **Dependabot alerts**
- **Code scanning**
Loading