-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Question Description
Hey,
The latest version of html (v2.1.3) is using utils v1.1.0 which is vulnerable to CVE-2025-66565 (was fixed here - gofiber/utils#173).
Are there plans to upgrade utils to v1.2.0 before the major upgrade to v3?
Thank you!
Code Snippet (optional)
package main
import "github.com/gofiber/template/%package%"
func main() {
// Steps to reproduce
}Checklist:
- I agree to follow Fiber's Code of Conduct.
- I have checked for existing issues that describe my questions prior to opening this one.
- I understand that improperly formatted questions may be closed without explanation.
coderabbitai