Skip to content

Listing which NuGet packages in your .net project use vulnerable packages.

Notifications You must be signed in to change notification settings

Stef16Robbe/list-nuget-vulns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

list-nuget-vulns

the idea:

dotnet list package --vulnerable --include-transitive only shows that some package somewhere in ur project has a vulnerability. This script is going to show you what dependencies use the vulnerable package found, so you can update that specific package, or create an issue with the repo.

TODO:

  • read dotnet command info
  • parse info into obj
  • get all packages in solution
  • get all dependencies from each package
  • check in what 'tree' the vuln exists
  • show results in tree thingy(?)

About

Listing which NuGet packages in your .net project use vulnerable packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages