From c7a22c4a3b4eb257d8707d10ea426e6306c24480 Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Fri, 28 Feb 2025 22:34:43 +0100 Subject: [PATCH] Nit: Replaced not newer with earlier or equal to --- .../edit/src/tests-01-mndtr-45-inconsistent-disclosure-date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaf_2.1/prose/edit/src/tests-01-mndtr-45-inconsistent-disclosure-date.md b/csaf_2.1/prose/edit/src/tests-01-mndtr-45-inconsistent-disclosure-date.md index e08ff3d8..11c74478 100644 --- a/csaf_2.1/prose/edit/src/tests-01-mndtr-45-inconsistent-disclosure-date.md +++ b/csaf_2.1/prose/edit/src/tests-01-mndtr-45-inconsistent-disclosure-date.md @@ -1,6 +1,6 @@ ### Inconsistent Disclosure Date -For each vulnerability, it MUST be tested that the `disclosure_date` is not newer than the `date` of the newest item of the `revision_history` +For each vulnerability, it MUST be tested that the `disclosure_date` is earlier or equal to the `date` of the newest item of the `revision_history` if the document is labeled `TLP:CLEAR` and the document status is `final` or `interim`. As the timestamps might use different timezones, the sorting MUST take timezones into account.