Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dfir_iris_client
offers a Python interface to communicate with IRIS.
It relies exclusively on the API, which means output of the methods are the same as specified in the API reference.
The Python client version follows the API versions (until the patch level). Meaning for API v2.0.1, one need to install dfir_iris_client-2.0.1
.
Please refer to the documentation to check which version applies to your IRIS instance.
IRIS Client is now part of PyPI. You can simply install it with :
pip3 install dfir-iris-client
To build a wheel from the sources:
pip3 install wheel
python setup.py bdist_wheel
pip3 install dist/XXX.whl
Some examples are available here.
The documentation is available in the IRIS documentation.
FAQs
Client for DFIR-IRIS API
We found that dfir-iris-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.