EasyWAF v0.6.12
Added
- A policy's custom rules can be copied into another policy, skipping any rule the target already holds by pattern.
scripts/modsec2easywaf.pyconverts ModSecurity rules, refusing with a reason the ones it cannot convert faithfully.
Changed
- A cloned rule is a custom rule and no longer sits in the set it came from, while still recording where it came from.
Fixed
- The Traffic Monitor graph ignored the verdict filter, so the table filtered while the graph showed everything. It also gained a Detected series.
Commits
- 24078d3 Convert ModSecurity rules, and refuse the ones that cannot be — yarivha
- f4548cb Refuse ModSecurity rules that count rather than detect — yarivha
- 987cdc2 Make a cloned rule a custom rule, and let policies share them — yarivha
- ec54e78 Make the traffic graph answer the same question as the table — yarivha
- ec76b01 Release 0.6.12 — yarivha
Full changelog: v0.6.11...v0.6.12