mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
[pitboss] phase 18: Track E.2 — macOS sandbox-exec backend
This commit is contained in:
parent
b127ea2832
commit
6ca9bddedb
12 changed files with 921 additions and 2 deletions
|
|
@ -541,6 +541,9 @@ fn format_inconclusive_reason(r: &crate::evidence::InconclusiveReason) -> String
|
|||
InconclusiveReason::NoBenignControl => "no benign control payload".to_string(),
|
||||
InconclusiveReason::ReversedDifferential => "reversed differential".to_string(),
|
||||
InconclusiveReason::UnrelatedCrash => "unrelated crash (not sink-site)".to_string(),
|
||||
InconclusiveReason::BackendInsufficient { backend, oracle_kind } => {
|
||||
format!("backend {backend} cannot enforce {oracle_kind} oracle")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue