In this post, you will learn how to secure third-party scripts and resources loaded from CDNs in ASP.NET Core applications using Subresource Integrity (SRI). Understanding SRI is crucial for safeguarding your application against malicious modifications to external scripts, which can lead to security vulnerabilities. Before diving in, familiarity with ASP.NET Core, CDN usage, and basic security principles is beneficial.
Tag
cwe 829
All blogs tagged with cwe 829
2
Articles
240
Total Views
Showing 2 of 2 articles
06
Jun
2026
CWE-829: Securing Third-Party Scripts and CDN Resources in ASP.NET Core with SRI
20
Mar
2026
Understanding CWE-829: Navigating the Risks of Including Third-Party Scripts
This article delves into CWE-829, focusing on the security implications of incorporating functionalities from untrusted third-party scripts. Understanding these risks is crucial for developers aiming to safeguard their applications from potential vulnerabilities. Readers should be familiar with basic web development concepts and security principles.