Why this matters
Consistent IR improves resilience and evidences SOC 2 operational controls.
On Sev1/Sev2 incidents, capture timeline, root cause, remediation, and owner in a postmortem within 5 business days; link incident_id in all related commits and changes.
Consistent IR improves resilience and evidences SOC 2 operational controls.
Side-by-side examples engineers can pattern-match during review.
# incident resolved, no record{ "incident_id":"INC-2042","severity":"Sev1","owner":"oncall","rca":"misconfig","fix":"reverted","lessons":["add config check"] }git commit -m "INC-2042: add config check"git commit -m "quick fix"From the same buckets as this rule.
Public services must require TLSv1.2 or higher and set HSTS (max-age ≥ 15552000, includeSubDomains). Reject plaintext HTTP and weak ciphers; cookies must be Secure and HttpOnly with SameSite set.