Releases: Grunny/zap-cli
Releases · Grunny/zap-cli
v0.10.0
- Change exit codes for alerts and quick-scan commands (#29)
- Add ability to change the directory used for the log file (#62)
- Add support for outputting markdown reports
- Add ability to set the strength and threshold for policies and scanners
- Upgrade python-owasp-zap-v2.4 dependency to 0.0.14
v0.9.0
- Add commands to manage contexts as well as options to run the spider,
active scan, and quick scan while authenticated as a user. (#7)
v0.8.1
- Upgrade python-owasp-zap-v2.4 dependency to 0.0.11
v0.8.0
- Fix support for unicode characters in reports
- Add JSON output format to quick-scan
v0.7.0
- Update zap-cli to support Python 3.5
v0.6.0
- Update zap-cli to support ZAP 2.6.0
v0.5.0
- Add commands for managing scripts
v0.4.0
- Add a report command to save a HTML or XML report
v0.3.0
- Add a status command to check if ZAP is running (#14)
- Raise an error when the ZAP executable is not found (#11)
- Upgrade python-owasp-zap-v2.4 dependency to 0.0.8
v0.2.1
- Handle errors when running the Spider (#9)
- Make ZAP path default to /zap if neither the environment variable nor the
parameter are set