Complete StructuredData parity and parser hardening (#37)

This commit is contained in:
2026-08-09 01:51:29 +00:00
parent 6d02db8a9a
commit d980692933
18 changed files with 438 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
# JSON OSD malformed corpus
The normal Rust hardening suite feeds these parser-edge cases and deterministic
mutations of a valid all-variant JSON document to the bounded JSON adapter.

View File

@@ -0,0 +1,7 @@
empty:
trailing:[]x
unterminated_string:"x
unterminated_array:[1
unterminated_object:{"x":1
duplicate_property:{"x":1,"x":2}
non_finite_number:1e99999