vsec 0.0.1

Detect secrets and in Rust codebases
Documentation
1
2
3
4
5
6
7
8
// examples/custom_rules.rs
//
// Example showing custom rules configuration

fn main() {
    // TODO: Implement custom rules example
    println!("Custom rules example - not yet implemented");
}