Releases: ReFirmLabs/centrifuge-cli
Releases · ReFirmLabs/centrifuge-cli
Release 0.9.2
Remove dependency on vulnerable py module pulled in by old version of pytest.
Release 0.9.1
Fixed regression in Pandas library that prevented parsing of long json responses from the API.
Release 0.9.0
Update dependencies and bump minimum python version to 3.9 to track most modern linux distributions default python installation.
Release 0.8.0
- We can now interpret policy results and map it to IoT OWASP Top 10 (https://owasp.org/www-pdf-archive/OWASP-IoT-Top-10-2018-final.pdf)
Release 0.7.0
Add open source license support to policy engine yaml definition.
Release 0.6.3
- fixed a bug where guardian results were truncated in certain situations
- fixed a bug where some analysis endpoints that were paginated did not support output formats other than json
Release 0.6.2
- Fixed bug where non-admin users could not run the
stats-detailed
andstats-summary
commands
Release 0.6.1
- Fixed deprecation warning for
crypto
command. - Clarified use of
crypto
command in documentation.
Release 0.6.0
- Added Security Checklist to the commands and policy check
- Added html templating for policy results
Release 0.5.0
Added stats-summary
and stats-detailed
under reports
command category.