Skip to content

No fuzzing, property-based tests, offset checks, or concurrency tests #76

Description

@devcrocod

The test suite has no fuzzing or property-based testing, no assertions on error offset values, and no tests exercising concurrent use of the parser/backends. These are the kind of gaps that tend to surface exactly the class of bugs found in this audit (buffer bounds, shared mutable state, tape reuse).

Worth adding at least one property-based/fuzz pass over the JSON grammar and a basic concurrent-use test.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions