Skip to content

Scan a series of nuget package files and identify any vulnerabilities

License

Notifications You must be signed in to change notification settings

rhousham/NugetMeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NugetMeta

Scan a series of nuget package files and identify any vulnerabilities

Files to create a console app which can get all the issues in your packages. Calling is like this NugetMeta.exe -f packages.txt

The file passed in - packages.txt - each line has the path (including filename) to the packages.config file.

Any issues are shown and the packages.config(s) effected are highlighted - so you can go away and patch.

Thanks to

Microsoft for the code - https://learn.microsoft.com/en-us/nuget/reference/nuget-client-sdk#get-package-metadata

DanielSWolf for the progressbar - https://gist.github.com/DanielSWolf/0ab6a96899cc5377bf54

The team that worked on the command line parser - https://github.com/commandlineparser/commandline

About

Scan a series of nuget package files and identify any vulnerabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages