mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss/grind] deferred session-0009 (20260520T233019Z-6958)
This commit is contained in:
parent
a6f34554db
commit
38cc0ce05f
60 changed files with 509 additions and 541 deletions
|
|
@ -315,11 +315,10 @@ pub fn build_sarif_with_chains(
|
|||
// this finding participates in (if any). Stable across
|
||||
// reruns because both the finding's `stable_hash` and the
|
||||
// chain's `stable_hash` are byte-deterministic.
|
||||
if d.stable_hash != 0 {
|
||||
if let Some(chain_hash) = chain_member_of.get(&d.stable_hash) {
|
||||
if d.stable_hash != 0
|
||||
&& let Some(chain_hash) = chain_member_of.get(&d.stable_hash) {
|
||||
props.insert("chain_member_of".into(), json!(chain_hash));
|
||||
}
|
||||
}
|
||||
|
||||
result["properties"] = Value::Object(props);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue