v2.52.13
BayramAnnakov/ux-waiting-auditv2.52.13Apr 25, 2026by ReneWerner87
AI Summary
Fiber v2.52.13 fixes a bug where HTML output was not being escaped correctly in the Ctx.Format method.
Key Highlights
- Fixed HTML escaping in Ctx.Format to prevent potential XSS vulnerabilities.
New Features
- HTML Escaping Fix
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