Skip to content

Commit 7e90404

Browse files
authored
Nit: Replaced not newer with earlier or equal to
1 parent c7a22c4 commit 7e90404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csaf_2.1/prose/edit/src/tests-02-optional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ The relevant paths for this test are:
10411041
10421042
### Disclosure Date newer than Revision History
10431043
1044-
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`
1044+
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`
10451045
if the `disclosure_date` is in the past at the time of the test execution.
10461046
As the timestamps might use different timezones, the sorting MUST take timezones into account.
10471047

0 commit comments

Comments
 (0)