1. 15 Sep, 2020 1 commit
    • Matthias Käppler's avatar
      Use strict filetype checks when calling `gm` · 590b1306
      Matthias Käppler authored
      By default, `gm` will ignore file extensions and determine the correct decoder/encoder based on the file's magic bytes. This means that a file pretending to be something else based on its extension might get processed.
      
      According to http://www.graphicsmagick.org/security.html it is recommended to specify the reader based on the expected type instead by prefixing the input file with `jpg:` or `png:` respectively.
      
      Also started to add unit tests for the image resizer. Coverage still a
      bit spotty.
      590b1306
  2. 04 Sep, 2020 4 commits
  3. 03 Sep, 2020 3 commits
  4. 02 Sep, 2020 4 commits
  5. 01 Sep, 2020 4 commits
  6. 31 Aug, 2020 3 commits
  7. 28 Aug, 2020 8 commits
  8. 27 Aug, 2020 4 commits
  9. 26 Aug, 2020 9 commits