fatt 0.1.1

Find All The Things - A high-performance, distributed security scanning tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Export internal modules for testing
pub mod config;
pub mod db;
pub mod distributed;
pub mod logger;
pub mod resolver;
pub mod rules;
pub mod scanner;
pub mod utils;

// Re-export common types for easier access
pub use config::ScanConfig;
pub use rules::{Rule, RuleSet, Severity};