Verified sample findings
From cerbi-log-risk-demo/examples/findings.json
CERBI003HighpasswordStructured log field is not allowed
src/dotnet/UnsafeApi/Program.cs:20Fix: Remove the password field from the log call or apply an approved redaction path.
CERBI001HighemailSensitive data in log
src/dotnet/UnsafeApi/Program.cs:20Fix: Review whether email is required; mask, hash, or omit it when it is not needed for diagnostics.
CERBI004WarningsessionIdHigh-cardinality logging field
src/dotnet/UnsafeApi/Program.cs:24Fix: Keep sessionId out of indexed dimensions unless it is explicitly required for correlation.
