Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.34
Addded
- Options for downloading all tasks from the sandbox (requires a key with a special permission and support for the new API)
0.2.33
Added
- Option for managing the timeout when creating a task on re-scan
0.2.32
Added
- Add option to specifying outbound connections when scanning
0.2.31
Added
- Add option to specify custom browser in config #9
0.2.30
Added
- Add new command
browser
to open old reports in browser #8 - Add option to automatically open analysis link in browser #7
Fixed
- Default python module
webbrowser
doesn't work correctly by default in some systems (e.g. MacOS) #9 - Fix rewriting files with the same name when downloading artifacts #6
- Fix encoding issues when unpacking logs #5
0.2.29
Fixed
- Fixed bug in path resolving
0.2.28
Added
- Installing the package using
Nix
and documentation #4
0.2.27
Added
- Specifying the base path to the rules using the config #2
Fixed
- Problem with spaces in paths when saving files #3
0.2.26
Added
- Project documentation in
mkdocs
format - Project logos
Changed
- Rename
compiler
option torules
- Refactoring of the internal code base before the public release
0.2.25
Added
Internal development