mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
[pitboss/grind] cleanup session-0004 (20260521T201327Z-3848)
This commit is contained in:
parent
368f628054
commit
f827552bbd
6 changed files with 37 additions and 69 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue