Skip to content

Commit

Permalink
Add more info to incident instructions (#375)
Browse files Browse the repository at this point in the history
* Add more info to incident instructions

* Update incident.py
  • Loading branch information
dinophile authored Jan 22, 2024
1 parent 90b461a commit 50b6d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands/incident.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def submit(ack, view, say, body, client, logger):
say(text=text, channel=channel_id)

# Reminder to brief up
text = ":alphabet-yellow-question: Is this a `cybersecurity incident` (secret/data leak, account compromise, attack)? Please initiate the briefing process for CCCS and TBS OCIO Cyber."
text = ":alphabet-yellow-question: Is this a `cybersecurity incident` (secret/data leak, account compromise, attack)? Please initiate the briefing process for CCCS and TBS OCIO Cyber. This just means we send a summary of the incident (or initial findings and updates if incident is ongoing) to [email protected] and CC [email protected], and [email protected]! CCCS will reach out with a case number, and any questions if they need more information."
say(text=text, channel=channel_id)

# Reminder to stop planned testing
Expand Down

0 comments on commit 50b6d0b

Please sign in to comment.