mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
[pitboss] phase 07: Track C.3 — Differential confirmation enforcement
This commit is contained in:
parent
cce07d6c96
commit
4eccbd48b4
20 changed files with 734 additions and 41 deletions
|
|
@ -538,6 +538,8 @@ fn format_inconclusive_reason(r: &crate::evidence::InconclusiveReason) -> String
|
|||
"entry kind {attempted} unsupported for {lang:?} (supported: {supported:?})"
|
||||
)
|
||||
}
|
||||
InconclusiveReason::NoBenignControl => "no benign control payload".to_string(),
|
||||
InconclusiveReason::ReversedDifferential => "reversed differential".to_string(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue