feat: add additional security enhancements (Issue #365)
- Add constant-time token comparison utility (crypto/subtle) - Add SBOM generation and attestation to CI/CD pipeline - Document TLS enforcement, DNS security (DoH/DoT), and container hardening - Create Security Incident Response Plan (SIRP) - Add security update notification documentation Security enhancements: - Mitigates timing attacks on invite token validation - Provides supply chain transparency with CycloneDX SBOM - Documents production container hardening (read_only, cap_drop) Closes #365
This commit is contained in:
@@ -165,6 +165,11 @@ coverage.out
|
||||
*.crdownload
|
||||
*.sarif
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# SBOM artifacts
|
||||
# -----------------------------------------------------------------------------
|
||||
sbom*.json
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# CodeQL & Security Scanning (large, not needed)
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user