Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.
Bug Fixes
- AAP: Fixes a memory corruption issue where concurrent calls to the WAF on the same request context from multiple threads (e.g. an asyncio event loop and a thread pool executor inheriting the same context via
contextvars) could cause use-after-free or double-free crashes (SIGSEGV) insidelibddwaf. A per-context lock now serializes WAF calls on the same context.