Prevent argument injection in `exiftool`
We're using exiftool with Popen
, thus making us vulnerable to argument injection. We can't simply blacklist files starting with a dash (-
) because that's kind of legitimate.
We're using exiftool with Popen
, thus making us vulnerable to argument injection. We can't simply blacklist files starting with a dash (-
) because that's kind of legitimate.
closed
changed milestone to %0.1.2 - Duck