-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
date validation sometimes allows invalid February 29 dates #957
Comments
The dates above return empty lists because there are no CVE IDs for 2099 or 2100. If the endpoint is called with the timestamp 2022-02-29T00:00:00Z, an invalid timestamp error is thrown |
The envisioned desired behavior is that a |
@ElectricNroff The underlying issue in validate-date library has been fixed. Please, upgrade and retry. Thanks! |
Following up on the #817 issue, February 29 is sometimes accepted when the year is not a leap year:
but 2100-02-29 is equally bad because 2100 is not a leap year:
anveshkolluri93/validate-date#4
The text was updated successfully, but these errors were encountered: