New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nugetscan

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nugetscan

Command line to check nugets and transitives for vulnerabilites

latest
Source
npmnpm
Version
0.0.29
Version published
Maintainers
0
Created
Source

nugetscan - command line to check nugets and transitives for vulnerabilites

Helps you check nuget packages for vulnerabilities via your command line. View the source code on GitHub. View the package on npmjs.com

Installation Instructions

Just open your cmd and try to check one package. For example

npx nugetscan package SixLabors.ImageSharp --version 3.1.3

There are 3 ways to use it:

  • npx nugetscan package SixLabors.ImageSharp --version 3.1.4 -> Checking package SixLabors.ImageSharp with version 3.1.4 and it's transitives
  • npx nugetscan test.csproj -> Checking packages included in test.csproj file and it's transitives
  • npx nugetscan . -> Finding all csproj in selected folder and subfolders. After checking packages included in each csproj file and it's transitives

Try these to see the differences:

  • npx nugetscan package SixLabors.ImageSharp --version 3.1.4
  • npx nugetscan package SixLabors.ImageSharp --version 3.1.3
  • npx nugetscan 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...

Roadmap

FAQs

Package last updated on 24 Jan 2025

Did you know?

Socket

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.

Install

Related posts