v2.52.13
SesameAILabs/csmv2.52.13Apr 25, 2026by ReneWerner87
AI Summary
A patch release focused on security and output safety, specifically fixing HTML escaping issues in the `Ctx.Format` method to prevent potential XSS vulnerabilities.
Key Highlights
- Fixed HTML output escaping in Ctx.Format
Full Release Notes
## What's Changed ### 🐛 Bug Fixes * Escape HTML output in Ctx.Format by @gaby in https://github.com/gofiber/fiber/pull/4232 **Full Changelog**: https://github.com/gofiber/fiber/compare/v2.52.12...v2.52.13