* Bump `yaralyzer` version to handle `yara-python` breaking change
1.14.1
* Fix export filename
1.14.0
* Add `--preview-stream-length` option * Store parsed `args` on `PdfalyzerConfig` class * Yaralyzer CLI options all configurable with env vars.
1.13.2
* Fix infinite loop bug encountered when building some char maps
1.13.1
* Add **all** the possible PDF internal commands that can lead to JavaScript execution or local/remote command exection to `DANGEROUS_PDF_KEYS` list.
1.13.0
* New `--extract-quoted` argument can be specified to have `yaralyzer` extract and decode all bytes between the specified quote chars. * Quoted bytes are no longer force decoded by default. * New `--suppress-boms` argument suppresses BOM search.