-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmessages.py
More file actions
23 lines (18 loc) · 962 Bytes
/
messages.py
File metadata and controls
23 lines (18 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
detailed_message = """
Please enter an AlertLevel such as 'Red', 'Orange', or 'Yellow'.
Detailed level information about each level can be found here:
https://www.cisecurity.org/cybersecurity-threats/alert-level/
Red indicates a severe risk of hacking, virus, or other malicious activity
resulting in widespread outages and/or significantly destructive compromises
to systems with no known remedy or debilitates one or more critical
infrastructure sectors.
Orange indicates a high risk of increased hacking, virus, or other malicious
cyber activity that targets or compromises core infrastructure, causes
multiple service outages, causes multiple system compromises, or compromises
critical infrastructure.
Yellow indicates a significant risk due to increased hacking, virus, or other
malicious activity that compromises systems or diminishes service.
"""
alert_help_message = """
The alerts are Red, Orange, and Yellow. You can also say 'help'
"""