You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the datePublic field in a CVE record can be set to anytime, including future dates. This is misleading because the record will be published immediately after the request is made, regardless of the datePublic field. Validation should be updated to catch instances of datePublic values and throw an error explaining why.
Definition of Done
Future datePublic fields are no longer allowed when publishing CVE records
A helpful error is thrown explaining the above case (i.e. datePublic times cannot occur in the future)
The text was updated successfully, but these errors were encountered:
jdaigneau5
changed the title
DRAFT: Publishing a CVE record should throw a 400 if datePublic is a future date
Publishing a CVE record should throw a 400 if datePublic is a future date
Jul 18, 2023
Summary
Currently, the
datePublic
field in a CVE record can be set to anytime, including future dates. This is misleading because the record will be published immediately after the request is made, regardless of thedatePublic
field. Validation should be updated to catch instances ofdatePublic
values and throw an error explaining why.Definition of Done
datePublic
fields are no longer allowed when publishing CVE recordsdatePublic
times cannot occur in the future)The text was updated successfully, but these errors were encountered: