Release 0.6.0.107
marcocesarato
released this
08 Oct 20:40
·
285 commits
to master
since this release
- Fix some issues with initialization
- Enabled to programatically usage
- Update readme docs with programmatically usage example
- Add new flags:
-b --backup - Make a backup of every touched files
--path-backups="" - Set backups path directory (default ./scanner-backups)
Is recommended put files outside the public document path
--path-logs="" - Set quarantine log file (default ./scanner.log)
--path-quarantine="" - Set quarantine path directory (default ./scanner-quarantine)
Is recommended put files outside the public document path
--path-report="" - Set report log file (default ./scanner-report.log)
--path-whitelist="" - Set whitelist file (default ./scanner-whitelist.json)
BREAKING CHANGE
Renamed class Application
to Scanner
Renamed Default Report File from scanner-infected.log
to scanner-report.log
Renamed Default Quarantine Path from quarantine
to scanner-quarantine