Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Toolbox for extracting tiff images from MIBIScope .bin
files.
We suggest using toffy
for more in depth .bin
file extraction which also provides more diagnostic tools and post-extraction processing steps.
You can install the package in your own Python environment, or if you'd like we have a Conda environment set up to use.
conda env create -f environment.yml
pip install mibi-bin-tools
Open terminal and navigate to where you want the code stored.
Then input the command:
git clone https://github.com/angelolab/mibi-bin-tools.git
cd mibi-bin-tools
pip install .
This project is in early development and we make may make breaking changes and improvements. If you want to update the version on your computer to have the latest changes, perform the following steps.
First pull to get the latest version of mibi-bin-tools
. Then install the package in editable mode with your python environment of choice activated.
git pull
pip install -e .
To run the tests
pytest
If that doesn't answer your question, you can open an issue. Before opening, please double-check and see that someone else hasn't opened an issue for your question already.
FAQs
Source for extracting .bin files from the commercial MIBI.
We found that mibi-bin-tools 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.