mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Tiny xlsx file signature fix.
Thanks to Dan Caselden for noticing!
This commit is contained in:
parent
8eddeed78f
commit
04d41dce5c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ signature file-docx {
|
|||
}
|
||||
|
||||
signature file-xlsx {
|
||||
file-magic /^PK\x03\x04.{26}(\[Content_Types\]\.xml|_rels\x2f\.rels|xl\2f).*PK\x03\x04.{26}xl\x2f/
|
||||
file-magic /^PK\x03\x04.{26}(\[Content_Types\]\.xml|_rels\x2f\.rels|xl\x2f).*PK\x03\x04.{26}xl\x2f/
|
||||
file-mime "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 80
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue