Oct

Latest version: v0.4.12

Safety actively analyzes 619599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.4.21

===============

* big performances improvement when generating html report
* added ujson to dependencies
* move turrets management in specific class `TurretsManager`
* refactor HQ code

0.4.7

==============

* fe44006 update changelog
* df17ec5 bump version to new one
* bbca5db update armory tool and tests
* 441af80 fix error with new sqlite variable limit, can now be configured in config.json
* 1865f4c debug and improvements
* 873d5ae add possibility to create project from armory template
* e103e30 make img directory optional
* f074021 make img directory optional
* 0b65137 handle empty raw graph

0.4.5

==============

* allow database configuration in project configuration, you can now use any peewee supported database backend
* update rebuild command to take database configuration in consideration
* devices has been added to project, allowing you to easily start a zmq forwarder or streamer for more complex tests
* `oct run` command has been reworked. Some useless and undocumented arguments has been removed and new arguments has been added :
* ``-o`` allowing to choose output directory for tests results
* ``--with-forwarder`` start HQ with external publisher forwarder, allowing you to connect to forwarder device instead of simply binding a PUB socket
* ``--forwarder-address`` allow you to set ip and port for external forwarder with format <ip>:<port>. If not set but ``--with-forwarder`` is present default will be used (localhost:5002). Default port is based on your configuration and use the ``external_publisher`` configuration key

Backward compatibility break
----------------------------

* `oct rebuild-results` commands arguments has changed, results_file is now optionnal and the command will by default look
at the configuration file. If no results_database key is present, it will use the patern `results_directory + results.sqlite`

0.4.4

==============

* added publisher socket for external services, this socket will allow any client to connect to a running core
and receive informations about the current test. This feature is present and works but will not be documented before
some improvement and the creation of a mini program do display tests progression
* You can now use an `external_publisher` key in configuration to setup the real time publication socket port, default
is 5002
* Add a command line parameter `--publisher-channel` to select the publishing topic for real time pub socket
* Minor code improvements

0.4.3

==============

* performances improvement for hq loop
* result colector queue now accepting more messages, HWM set to 0
* html template report has been fully revisted
* number of messages display is now more consistent
* Successfuly generated report for more than 10 millions results in less thant 1 minute

0.4.2

===============

* update template extension to avoid setup error

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.