
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
nugetcheck
Advanced tools
Helps you check nuget packages for vulnerabilities via your command line. View the source code on GitHub. View the package on npmjs.com
Just open your cmd and try to check one package. For example
npx nugetcheck package SixLabors.ImageSharp --version 3.1.3
There are 3 ways to use it:
npx nugetcheck package SixLabors.ImageSharp --version 3.1.4 -> Checking package SixLabors.ImageSharp with version 3.1.4 and it's transitivesnpx nugetcheck test.csproj -> Checking packages included in test.csproj file and it's transitivesnpx nugetcheck . -> Finding all csproj in selected folder and subfolders. After checking packages included in each csproj file and it's transitivesTry these to see the differences:
npx nugetcheck package SixLabors.ImageSharp --version 3.1.4npx nugetcheck package SixLabors.ImageSharp --version 3.1.3npx nugetcheck package Microsoft.NET.Test.Sdk --version 17.3.2 -> if you want something taugh try this! But it can take more that 30 seconds the first time...FAQs
Command line to check nugets and transitives for vulnerabilites
We found that nugetcheck demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.