Skip to content

Commit

Permalink
Nit: Replaced not newer with earlier or equal to
Browse files Browse the repository at this point in the history
  • Loading branch information
sthagen authored Feb 28, 2025
1 parent c4a03ae commit c7a22c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit c7a22c4

Please sign in to comment.