Skip to main content
Tag

performance tips

All blogs tagged with performance tips

1
Articles
12
Total Views

Showing 1 of 1 articles

07
Jun
2026
CWE-532: Secure Logging in ASP.NET Core - Avoiding Sensitive Data in Logs with Serilog
12 views

In this comprehensive guide, you will learn how to implement secure logging practices in ASP.NET Core applications using Serilog, specifically focusing on avoiding sensitive data in logs. Understanding and mitigating the risks associated with logging sensitive information is crucial for maintaining application security and compliance with data protection regulations. Before diving in, it's essential to have a basic understanding of ASP.NET Core, logging mechanisms, and the Serilog library.

Translate Page