Expand description
Transaction engine for ModSecurity rule processing.
Re-exports§
pub use intervention::Intervention;pub use ruleset::CompiledRuleset;pub use ruleset::Rules;pub use transaction::Transaction;
Modules§
- chain
- Rule chaining logic.
- intervention
- Intervention tracking for blocked requests.
- phase
- Request processing phases.
- ruleset
- Compiled ruleset for efficient rule matching.
- scoring
- Anomaly scoring system.
- transaction
- Transaction processing for ModSecurity.
Structs§
- ModSecurity
- Main ModSecurity engine.