Skip to content

EasyWAF v0.6.12

Choose a tag to compare

@github-actions github-actions released this 08 Sep 06:56
· 47 commits to main since this release

Added

  • A policy's custom rules can be copied into another policy, skipping any rule the target already holds by pattern.
  • scripts/modsec2easywaf.py converts 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