ci(fuzz): Update fuzzing dictionary with extra-field tags
This commit is contained in:
parent
6279c38d87
commit
d547930a3f
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@ compression_method_bzip2="\x0C\x00"
|
|||
compression_method_lzma="\x0E\x00"
|
||||
compression_method_zstd="]\x00"
|
||||
compression_method_aes="C\x00"
|
||||
compression_method_unsupported="\xFF\x00"
|
||||
extra_field_zip64="\x01\x00"
|
||||
extra_field_aes="\x99\x01"
|
||||
extra_field_extended_timestamp="\x55\x54"
|
||||
extra_field_utf8_comment="\x75\x63"
|
||||
extra_field_utf8_filename="\x75\x70"
|
||||
"\xFF\xFF"
|
||||
"/"
|
||||
"/./"
|
||||
|
|
Loading…
Add table
Reference in a new issue