[pitboss/grind] cleanup session-0004 (20260521T201327Z-3848)

This commit is contained in:
pitboss 2026-05-21 16:20:15 -05:00
parent 368f628054
commit f827552bbd
6 changed files with 37 additions and 69 deletions

View file

@ -193,8 +193,8 @@ impl SeverityFilter {
/// Pattern confidence tier.
///
/// * **A** Structural presence alone is high-signal (e.g. `gets()`, `eval()`).
/// * **B** Requires a simple heuristic guard in the query (e.g. SQL with
/// * **A**: structural presence alone is high-signal (e.g. `gets()`, `eval()`).
/// * **B**: requires a simple heuristic guard in the query (e.g. SQL with
/// concatenated arg, file-open with non-literal path).
#[derive(Debug, Copy, Clone, Eq, PartialEq, Serialize, Deserialize)]
pub enum PatternTier {