Skip to content

Commit 6acfaeb

Browse files
committed
Update severity mapping for FortiGate error level
1 parent dfd177b commit 6acfaeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parsers/ASimNetworkSession/Parsers/ASimNetworkSessionFortinetFortiGate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ParserQuery: |
3838
"2", "Informational", // Information
3939
"3", "Informational", // Notification
4040
"4", "Low", // Warning
41-
"5", "Low", // Error
41+
"5", "Medium", // Error
4242
"6", "High", // Critical
4343
"7", "High", // Alert
4444
"8", "High" // Emergency

Parsers/ASimNetworkSession/Parsers/vimNetworkSessionFortinetFortiGate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ParserQuery: |
7171
"2", "Informational", // Information
7272
"3", "Informational", // Notification
7373
"4", "Low", // Warning
74-
"5", "Low", // Error
74+
"5", "Medium", // Error
7575
"6", "High", // Critical
7676
"7", "High", // Alert
7777
"8", "High" // Emergency

0 commit comments

Comments
 (0)