Releases: michelcrypt4d4mus/pdfalyzer
Releases · michelcrypt4d4mus/pdfalyzer
v1.14.3
Bump version for release
1.14.0
- Add
--preview-stream-length
option - Store parsed
args
onPdfalyzerConfig
class - Yaralyzer CLI options all configurable with env vars.
1.13.2
- Fix infinite loop bug caused by some charmap renders
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
--extract-quoted
new arg--suppress-boms
new arg- quoted bytes are no longer extracted / decoded by default (must be specified with
--extract-quoted
)
Full Changelog: v1.12.3...v1.13.0
1.12.3
- Fix PER ENCODING METRICS subtable in decodings stats table
- Add percentage calculations to decoding attempts table
--log-level
option (fromyaralyzer
)
1.12.2
- Refactor
PdfTreeVerifier
andIndeterminateNode
out ofPdfalyzer
class
1.12.1
- Check for any explicit
/Kids
relationships when placing indeterminate nodes - All other things being equal prefer a single
/Page
or/Pages
referrer as the parent
1.12.0
- Rich table view displays object properties and referenced nodes with appropriate color and labeling
- Style
/Encoding
objects as part of the font family - Refactor text coloring/styling to
pdfalyzer.output.styles
package
1.11.6
- Allow CLI usage of the package by @MartinThoma in #4
- Remove unused source and image files
New Contributors
- @MartinThoma made their first contribution in #4
Full Changelog: v1.11.5...v1.11.6