target / strelka

Real-time, container-based file scanning at enterprise scale
Other
857 stars 111 forks source link

Exiftool Output Modification (Remove Key Inclusion Requirements) #407

Closed phutelmyer closed 10 months ago

phutelmyer commented 10 months ago

Describe the change

Describe testing procedures Tested pytest locally. Built Strelka with all tests enabled.

Sample output

  "scan": {
    "exiftool": {
      "appversion": 16,
      "author": "Dream",
      "codepage": "Windows Cyrillic",
      "createdate": "2015:06:05 18:19:34",
      "directory": "/dev/shm",
      "elapsed": 0.187043,
      "exiftoolversion": 12.52,
      "fileaccessdate": "2023:08:16 17:25:07+00:00",
      "fileinodechangedate": "2023:08:16 17:25:07+00:00",
      "filemodifydate": "2023:08:16 17:25:07+00:00",
      "filename": "tmp3l7wya13",
      "filepermissions": "-rw-------",
      "filesize": "87 kB",
      "filetype": "XLS",
      "filetypeextension": "xls",
      "headingpairs": "Листы, 4, Макросы Excel 4.0, 1, Именованные диапазоны, 2",
      "hyperlinkschanged": "No",
      "lastmodifiedby": "Dream",
      "linksuptodate": "No",
      "mimetype": "application/vnd.ms-excel",
      "modifydate": "2022:05:18 16:43:45",
      "scalecrop": "No",
      "security": "None",
      "shareddoc": "No",
      "software": "Microsoft Excel",
      "sourcefile": "/dev/shm/tmp3l7wya13",
      "titleofparts": "Sheet, VVBR1, VVBR2, VVBR3, OEOGAJPGJPAG, FHJ64, OI89"
    },

Checklist