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/iamtheyammer/go-docker-hello-world-api
A teeny tiny API on Docker. Returns a simple OK page. Good for testing this with containers.
docker build .
docker run -p 8002:8002 {id from last command}
(if you set the port, make sure you change those!)docker run -p 8002:8002 iamtheyammer/go-docker-hello-world-api
If you want to set the port the server runs on, you can customize that with the PORT
environment variable.
Make sure you change the port in the docker commands-- it's -p hostPort:containerPort
.
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.