mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-04-13 05:17:59 +00:00
8 lines
110 B
Python
8 lines
110 B
Python
SEVERITY_ORDER = {
|
|
"critical": 5,
|
|
"high": 4,
|
|
"medium": 3,
|
|
"low": 2,
|
|
"informational": 1,
|
|
}
|