
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
dicomweb-proxy
Advanced tools
A proxy to translate between DICOMWEB and traditional DICOM DIMSE services
install in empty directory:
npm init -y
npm install dicomweb-proxy
update config file located in:
./node_modules/dicomweb-proxy/config
or better: create config override, see: config
start proxy:
npx dicomweb-proxy
clone repository and install dependencies:
npm install
update config file located in:
./config
start proxy:
npm start
config.source = {
aet: "SOURCE_AET",
ip: "SOURCE_IP",
port: "SOURCE_PORT"
};
config.peers = [{
aet: "TARGET_AET",
ip: "TARGET_IP",
port: "TARGET_PORT"
}, { more peers here...}];
in case your PACS does not support C-GET, switch to C-Move:
config.useCget = false;
update webserver port:
config.httpPort = 5000;
open webbrowser and start viewing:
e.g. http://localhost:5000
MIT
FAQs
A proxy to translate between dicomweb and dimse
The npm package dicomweb-proxy receives a total of 359 weekly downloads. As such, dicomweb-proxy popularity was classified as not popular.
We found that dicomweb-proxy 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.