Table of Contents

Property Rule

Namespace
MailFathom.Application.SensitiveContent.Detection
Assembly
MailFathom.Application.dll

Rule

Gets the corpus entry that matched, which is the name a suppression would silence.

public SensitiveContentRule Rule { get; }

Property Value

SensitiveContentRule

Remarks

A rule rather than only a category, because an operator meeting a false positive has to be able to switch off the one entry that produced it, and the finding is the only place that names it. It stays safe to record for the same reason the detector is: a rule name is the corpus's own name for a pattern, never any part of what the pattern matched.