Skip to main content
Tag

cwe 79

All blogs tagged with cwe 79

4
Articles
499
Total Views

Showing 4 of 4 articles

31
May
2026
CWE-798: Managing Secrets in ASP.NET Core with User Secrets and Azure Key Vault
87 views

This blog post provides an in-depth exploration of managing sensitive information in ASP.NET Core applications using User Secrets and Azure Key Vault. Understanding these tools is crucial for maintaining application security and compliance with industry standards. Readers should have a basic understanding of ASP.NET Core and its configuration system before diving into the details.

28
May
2026
CWE-79: Preventing Cross-Site Scripting (XSS) in ASP.NET Core MVC and Razor Pages
100 views

This article will thoroughly explore the concept of Cross-Site Scripting (XSS) vulnerabilities as defined by CWE-79, focusing on prevention techniques in ASP.NET Core MVC and Razor Pages. Understanding and mitigating XSS is crucial for maintaining secure web applications, as it directly impacts user data and application integrity. Readers should have a foundational understanding of ASP.NET Core and web security principles to fully benefit from this discussion.

Translate Page