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
Following up on the #817 issue, invalid dates such as February 31 are rejected only if the user chooses to provide a time:
/cve-id?time_reserved.gt=2023-02-31T00:00:00Z
==>
Bad date, or invalid timestamp format: valid format is yyyy-MM-ddTHH:mm:ss or yyyy-MM-ddTHH:mm:ss.ZZZZ
Following up on the #817 issue, invalid dates such as February 31 are rejected only if the user chooses to provide a time:
because
cve-services/src/utils/utils.js
Lines 128 to 137 in 11e75ef
puts validateDate outside of the code block where the time is omitted.
The text was updated successfully, but these errors were encountered: