mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
Add dictionary for fuzzing (#1020)
This commit is contained in:
parent
fd940255ce
commit
21ab82916b
54
src/test_lib_json/fuzz.dict
Normal file
54
src/test_lib_json/fuzz.dict
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
#
|
||||||
|
# AFL dictionary for JSON
|
||||||
|
# -----------------------
|
||||||
|
#
|
||||||
|
# Just the very basics.
|
||||||
|
#
|
||||||
|
# Inspired by a dictionary by Jakub Wilk <jwilk@jwilk.net>
|
||||||
|
#
|
||||||
|
# https://github.com/rc0r/afl-fuzz/blob/master/dictionaries/json.dict
|
||||||
|
#
|
||||||
|
|
||||||
|
"0"
|
||||||
|
",0"
|
||||||
|
":0"
|
||||||
|
"0:"
|
||||||
|
"-1.2e+3"
|
||||||
|
|
||||||
|
"true"
|
||||||
|
"false"
|
||||||
|
"null"
|
||||||
|
|
||||||
|
"\"\""
|
||||||
|
",\"\""
|
||||||
|
":\"\""
|
||||||
|
"\"\":"
|
||||||
|
|
||||||
|
"{}"
|
||||||
|
",{}"
|
||||||
|
":{}"
|
||||||
|
"{\"\":0}"
|
||||||
|
"{{}}"
|
||||||
|
|
||||||
|
"[]"
|
||||||
|
",[]"
|
||||||
|
":[]"
|
||||||
|
"[0]"
|
||||||
|
"[[]]"
|
||||||
|
|
||||||
|
"''"
|
||||||
|
"\\"
|
||||||
|
"\\b"
|
||||||
|
"\\f"
|
||||||
|
"\\n"
|
||||||
|
"\\r"
|
||||||
|
"\\t"
|
||||||
|
"\\u0000"
|
||||||
|
"\\x00"
|
||||||
|
"\\0"
|
||||||
|
"\\uD800\\uDC00"
|
||||||
|
"\\uDBFF\\uDFFF"
|
||||||
|
|
||||||
|
"\"\":0"
|
||||||
|
"//"
|
||||||
|
"/**/"
|
Loading…
x
Reference in New Issue
Block a user