Maps common severity labels (case-insensitive) to the canonical set.
Examples
canon_severity(c("HIGH", "Low", "warning", "Error"))
#> [1] "high" "low" "medium" "high"
Maps common severity labels (case-insensitive) to the canonical set.
canon_severity(c("HIGH", "Low", "warning", "Error"))
#> [1] "high" "low" "medium" "high"