Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/menchelab/bioprofiling.jl
This package allows to perform robust multidimensional profiling in 'Julia' and comes with helper functions, especially designed for high-content imaging-based morphological profiling.
You can simply add this package from the Julia repository like any other package:
import Pkg
Pkg.add("BioProfiling")
using BioProfiling
Alternatively, you may use the following to load this package after cloning this repository:
import Pkg
Pkg.activate(<pathToThisFolder>)
using BioProfiling
Pkg.activate()
Use the following to install the package:
import Pkg
Pkg.add(Pkg.PackageSpec(url = "https://github.com/menchelab/BioProfiling.jl.git"))
You can then import the package normally:
using BioProfiling
This package was created by Loan Vulliard @ Menche lab.
This package relies on several amazing open-source Julia packages, listed in the requirement file (see Project.toml).
If you use this tool in your research work, please cite the preprint in which we detail how this tool is implemented and can be used:
BioProfiling.jl: Profiling biological perturbations with high-content imaging in single cells and heterogeneous populations
Loan Vulliard, Joel Hancock, Anton Kamnev, Christopher W. Fell, Joana Ferreira da Silva, Joanna Loizou, Vanja Nagy, Loïc Dupré, Jörg Menche
bioRxiv 2021.06.18.448961; doi: https://doi.org/10.1101/2021.06.18.448961
FAQs
Unknown package
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.