mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
[pitboss/grind] deferred session-0005 (20260516T052512Z-20f8)
This commit is contained in:
parent
3e08382a3f
commit
bf8e61ffdb
6 changed files with 411 additions and 19 deletions
|
|
@ -41,7 +41,7 @@ pub mod reverify;
|
|||
pub mod score;
|
||||
pub mod search;
|
||||
|
||||
pub use edges::{ChainEdge, FindingRef, findings_to_edges};
|
||||
pub use edges::{ChainEdge, FindingRef, findings_to_edges, findings_to_edges_with_reach};
|
||||
pub use feasibility::Feasibility;
|
||||
pub use finding::{ChainFinding, ChainMember, ChainSeverity, ChainSink};
|
||||
pub use impact::{IMPACT_LATTICE, ImpactCategory, ImpactRule, lookup_impact};
|
||||
|
|
@ -51,7 +51,7 @@ pub use reverify::{
|
|||
reverify_chain_with, reverify_top_chains, reverify_top_chains_with,
|
||||
};
|
||||
pub use score::{ChainScoreConfig, category_weight, min_score_default, score_path};
|
||||
pub use search::{ChainSearchConfig, find_chains};
|
||||
pub use search::{ChainSearchConfig, find_chains, find_chains_with_reach};
|
||||
|
||||
/// One node in a [`ChainGraph`].
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue