How do I handle emergency changes and hotfixes during a SOC 2 observation period?
Emergency Changes Are Normal
Auditors know production incidents happen and hotfixes are sometimes needed. They don't expect 100% adherence to your change management process — they expect that exceptions are documented, justified, and rare.
The Emergency Change Process
During the Emergency
- Deploy the fix to stop or prevent the incident
- Notify the team via Slack/PagerDuty
- Log the decision — who authorized the bypass and why
Within 24 Hours
- Create a post-deployment PR with the code changes
- Get retroactive review — another engineer reviews the change
- Document in your incident log:
- What happened
- What was deployed
- Who authorized the bypass
- Why normal review was not possible
- When the retroactive review was completed
Evidence to Keep
| Evidence | Purpose |
|---|---|
| Incident timeline | Shows the emergency was real |
| Post-deployment PR | Proves the change was eventually reviewed |
| Justification document | Explains why normal process was bypassed |
| Retroactive approval | Shows the change was validated after the fact |
What Auditors Look For
Auditors will sample your PRs during the observation period. When they find an emergency change (merged without prior review), they'll check:
- Was there a documented reason for the bypass?
- Was a post-deployment review conducted?
- Is this consistent with your emergency change policy?
- How frequently does this happen?
What Gets Flagged
- Emergency changes without any documentation
- Emergency changes that happen frequently (more than 10% of all changes)
- No post-deployment review
- No policy covering emergency changes
Policy Language
Your change management policy should include a section like: "Emergency changes may bypass the standard review process when production availability or data security is at immediate risk. The CTO or engineering lead authorizes the bypass. A post-deployment pull request with peer review must be created within 24 hours, including a description of the emergency and justification for bypassing standard controls."