The severity enum in the console currently doesn't include critical, and the associated function getPolicySeverity() would also need to be updated. This change needs to be backported all the way to 2.6.
export enum PolicySeverity { Unknown, Low, Medium, High, }
- is documented by
-
ACM-6922 Document "critical" severity
- Closed