go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.53k stars 1.31k forks source link

golang.org/x/text CVE-2021-38561 #1055

Open rzeijde opened 1 year ago

rzeijde commented 1 year ago

there is a cve in golang.org/x/text before 3.8. https://www.cve.org/CVERecord?id=CVE-2022-32149.

bump the version to 3.8 should do.

tremblaysimon commented 1 year ago

Has been fixed with https://github.com/go-playground/validator/pull/1015.