PreviousNext

Another good reason to use GitHub.com to host your .NET source code – automated NuGet package vulnerability scans

by jeremylindsay, 2019-01-08T21:13:12.074Z

This quick post is about how you can use GitHub and the OSS Index to scan your project’s NuGet packages for vulnerabilities – a good example of how perform your application security early on in the application life cycle (also known as ‘shift left‘)

Read More