.NET supply chain: Protecting against hidden threats
Modern software relies heavily on third-party components like open-source libraries and NuGet packages, which can introduce security risks.
If you’re not carefully managing these dependencies, you could expose your application to vulnerabilities or even malicious code, just like what happened with Log4J.
In this session, we’ll cover best practices for securing your .NET projects, including using tools like Trivy and NuGet’s security features to scan and monitor dependencies. We’ll also discuss supply chain observability, how to track vulnerabilities and ensure the integrity of your components.