What's Changed
feat: bump to 1.0.0 due to breaking changes.
feat: loguru logging, optional file logging
feat: context manager for rlimit
feat: exceptions at start for non implemented features
feat: context manager for rlimit
feat: cmdline "DefuseZip --args"
feat: "python -m DefuseZip --args"
feat: version print
feat: zips from folder scan/extraction
feat: custom logger for DefuseZip.output()
feat: custom exception for malicious zips
feat: DefuseZip.extract_all()
feat: cmdline parameters for regular extracting
refactor: entrypoint modified to continue directory scan after encountering a malicious zip
fix: re-enabled symlink checks
fix: Fixed tests to handle loguru logging
style: properties for is_dangerous, has_travelsal and has_links
chore: update Readme