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.
This package provides DICOM to Nifti conversion with the added ability to extract and summarize meta data from the source DICOMs. The meta data can be injected it into a Nifti header extension or written out as a JSON formatted text file.
You can the latest release from PyPI by doing:
.. code-block:: console
$ pip install dcmstack
Documentation can be read online: https://dcmstack.readthedocs.org/
You can build the HTML documentation under build/sphinx/html with:
If you have the sphinx and numpydoc packages and a make command you can build the documentation by running the make command in the doc/ directory. For example, to create the HTML documentation you would do:
.. code-block:: console
$ python setup.py build_sphinx $ make html
And then view doc/_build/html/index.html with a web browser.
You can install dcmstack along with any test dependencies by installing the test
extra. Then you can run the pytest
command to run the test-suite:
.. code-block:: console
$ pip install dcmstack[test] $ pytest
FAQs
Stack DICOM images into volumes and convert to Nifti
We found that dcmstack 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.
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.