mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-15 20:05:13 +02:00
[pitboss] phase 26: Track G.3 — End-to-end chain re-verification
This commit is contained in:
parent
4228be2db6
commit
8a801953e2
21 changed files with 991 additions and 15 deletions
|
|
@ -36,6 +36,8 @@ pub mod edges;
|
|||
pub mod feasibility;
|
||||
pub mod finding;
|
||||
pub mod impact;
|
||||
#[cfg(feature = "dynamic")]
|
||||
pub mod reverify;
|
||||
pub mod score;
|
||||
pub mod search;
|
||||
|
||||
|
|
@ -43,6 +45,11 @@ pub use edges::{ChainEdge, FindingRef, findings_to_edges};
|
|||
pub use feasibility::Feasibility;
|
||||
pub use finding::{ChainFinding, ChainMember, ChainSeverity, ChainSink};
|
||||
pub use impact::{IMPACT_LATTICE, ImpactCategory, ImpactRule, lookup_impact};
|
||||
#[cfg(feature = "dynamic")]
|
||||
pub use reverify::{
|
||||
ChainReverifyResult, CompositeReverifier, DefaultCompositeReverifier, reverify_chain,
|
||||
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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue