lonkero 3.7.0

Web scanner built for actual pentests. Fast, modular, Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2026 Bountyy Oy. All rights reserved.
// This software is proprietary and confidential.

/**
 * Lonkero Security Scanner - Validation Module
 * Validation utilities for exclusions, targets, and scan configurations
 *
 * Copyright 2025 Bountyy Oy
 */
pub mod exclusion_validator;

pub use exclusion_validator::{
    ExclusionRule, ExclusionValidator, MatchedRule, TimeWindow, ValidationResult,
};