Complete StructuredData parity and parser hardening (#37)
This commit is contained in:
4
fuzz/corpus/json_osd/README.md
Normal file
4
fuzz/corpus/json_osd/README.md
Normal 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.
|
||||
7
fuzz/corpus/json_osd/malformed.txt
Normal file
7
fuzz/corpus/json_osd/malformed.txt
Normal 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
|
||||
Reference in New Issue
Block a user