From 50b6d0b3cd012fa590e5a12983e36ff3480027cc Mon Sep 17 00:00:00 2001 From: Cheyenne Date: Mon, 22 Jan 2024 11:34:09 -0500 Subject: [PATCH] Add more info to incident instructions (#375) * Add more info to incident instructions * Update incident.py --- app/commands/incident.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commands/incident.py b/app/commands/incident.py index e3347353..ad0ecc21 100644 --- a/app/commands/incident.py +++ b/app/commands/incident.py @@ -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 cyberincident@cyber.gc.ca and CC zztbscybers@tbs-sct.gc.ca, and security@cds-snc.ca! 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