From a00f454ce1893ad3cdc5570713c7a14b472be960 Mon Sep 17 00:00:00 2001 From: Ryland Herrick Date: Fri, 8 Dec 2023 17:02:53 -0600 Subject: [PATCH] Fix allowed values for criticality_level --- rfcs/text/0042/risk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/text/0042/risk.yml b/rfcs/text/0042/risk.yml index 9da251648..107feda2b 100644 --- a/rfcs/text/0042/risk.yml +++ b/rfcs/text/0042/risk.yml @@ -113,7 +113,7 @@ type: keyword example: very_important description: > - The designated criticality level of the entity. Possible values are `not_important`, `important`, `very_important`, and `critical`. + The designated criticality level of the entity. Possible values are `not_important`, `normal`, `important`, and `very_important`. - name: criticality_modifier level: extended type: float