Skip to content
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

Range check timestamps on all parsing paths. #1686

Merged
merged 1 commit into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. Range check timestamps on all parsing paths.

    Include the fuzz test that caught this. The bug here is this was being accepted
    as valid input, when it couldn't be serialized back out into JSON, so this move
    the parsing test to make sure if fails no matter how it is formatted at parsing
    time.
    thomasvl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5e32b40 View commit details
    Browse the repository at this point in the history