Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 961 Bytes

File metadata and controls

22 lines (18 loc) · 961 Bytes

GitHub Security Settings

Repository administrators must enable:

  • GitHub CodeQL analysis default setup for Rust;
  • private vulnerability reporting;
  • Dependabot alerts;
  • dependency graph;
  • secret scanning and push protection when available;
  • branch protection requiring the Rust CI workflow;
  • review of workflow changes by CODEOWNERS.

CodeQL analysis default setup must be active under repository policy. Verify the external repository setting before every tag. Do not commit an advanced CodeQL workflow while default setup is enabled.

Commit the implementation with its AWAITING PENTEST report as the exact pentest baseline. After the pentest, commit the PASS report, any remediation, and release metadata together, then wait for GitHub Actions and CodeQL default setup. If either fails, fix the issue, update the same report, commit again, and wait again. Tag only after the maintainer confirms the latest commit is green and explicitly asks.