http://open-source-security-software.net/project/python-sandboxapi/releases.atomRecent releases for python-sandboxapi2024-11-15T15:49:55.093138+00:00python-feedgenpython-sandboxapi v1.1.0python-sandboxapi v1.1.02018-01-30T19:03:23+00:00* Add `score` to all sandbox libraries
* Fix a number of Python 3 compatibility issues
* Clean up various code issues
* Fix PyPi package2018-01-30T19:03:23+00:00python-sandboxapi v1.2.0python-sandboxapi v1.2.02018-04-12T19:26:32+00:00* 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 True2018-04-12T19:26:32+00:00python-sandboxapi v1.3.0python-sandboxapi v1.3.02018-06-28T21:37:17+00:00* 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/')
2018-06-28T21:37:17+00:00python-sandboxapi v1.3.1python-sandboxapi v1.3.12018-08-01T04:32:48+00:00* Fix an exception when passing in a `url` of `None` to `CuckooAPI`.2018-08-01T04:32:48+00:00python-sandboxapi v1.3.2python-sandboxapi v1.3.22018-08-02T19:19:18+00:00* Handle errors coming back from the VMRay API on file submission.2018-08-02T19:19:18+00:00python-sandboxapi v1.4.0python-sandboxapi v1.4.02018-09-19T19:35:35+00:00* Add support for new FireEye AX series v8.x appliances.
* Add a `legacy_api` flag to the `FireEyeAPI` class for those who wish to use older FireEye appliances.
**Important note**: The new FireEye API support is now the default! Be sure to check which FireEye version you are using when upgrading this library.
2018-09-19T19:35:35+00:00python-sandboxapi v1.4.1python-sandboxapi v1.4.12018-09-24T20:26:52+00:00* Fix FireEye re-authentication on session timeout.
* Fix a bug where some error responses weren't handled optimally.2018-09-24T20:26:52+00:00python-sandboxapi v1.4.3python-sandboxapi v1.4.32018-12-10T18:01:04+00:00* Update documentation. No functional changes.2018-12-10T18:01:04+00:00python-sandboxapi v1.4.2python-sandboxapi v1.4.22018-12-10T18:02:10+00:00* Improve FireEye error handling.2018-12-10T18:02:10+00:00python-sandboxapi v1.7.1python-sandboxapi v1.7.12023-01-06T23:19:26+00:00# Changelog
## Features
- Added GitHub workflow for improved test automation
- Created a full testing suite for most of the sandboxes
## Bug Fixes
- Enhanced FireEye connectivity loop to allow for a passing test and accurate status code response
- Minor Joe Sandbox refactor to now accept versions 2 and 3 of jbxapi
Full changelog: https://github.com/InQuest/python-sandboxapi/pull/18
New build info and documentation can be found here: https://pypi.org/project/sandboxapi/1.7.1/2023-01-06T23:19:26+00:00