Property RedactStringLiterals
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
RedactStringLiterals
Gets or sets a value indicating whether string literals surviving normalization are redacted. Defaults to true.
public bool RedactStringLiterals { get; set; }
Property Value
Remarks
A query built by string concatenation rather than parameters carries its values inline. Left alone they would reach reports, so a query written unsafely does not also become a data leak.