Sandboxapi

Latest version: v1.7.1

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

Scan your dependencies

Page 2 of 2

1.3.1

* Fix an exception when passing in a `url` of `None` to `CuckooAPI`.

1.3.0

* Deprecate Cuckoo `host/post/api_path` in favor of `url`.
* Add proxy support for all sandboxes.
* Add `verify_ssl` flag to FireEye class (PR 1 from nbareil).
* Update docstrings, publish new documentation at https://sandboxapi.readthedocs.io/.

Note: Support for Cuckoo `host/port/api_path` will be removed in a future version. If you are currently using this style to initialize `CuckooAPI` objects, please update your code as soon as possible.

Example old code:

Don't do this!
CuckooAPI('192.168.0.0') Deprecated!
CuckooAPI('192.168.0.0', 8090, '/') Deprecated!

Example new code:

Do this instead!
CuckooAPI('http://192.168.0.0:8090/')

1.2.0

* Update Falcon lib to support Falcon API v2.0 (removes support for API v1.x)
* Fix Cuckoo score function to correctly extract score from Cuckoo 2.0.x
* Add verify_ssl optional argument to VMRay class, default True

1.1.0

* Add `score` to all sandbox libraries
* Fix a number of Python 3 compatibility issues
* Clean up various code issues
* Fix PyPi package

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.