You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone.
I've found that nested dependency github.com/golang-jwt/jwt/v4 v4.5.0 contains vulnerability CVE-2024-51744.
It was fixed in next version 4.5.1.
The quick fix is to add: replace github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.1
into go.mod.
It would be good to fix it in next release.
Thanks
The text was updated successfully, but these errors were encountered:
Hello everyone.
I've found that nested dependency github.com/golang-jwt/jwt/v4 v4.5.0 contains vulnerability CVE-2024-51744.
It was fixed in next version 4.5.1.
The quick fix is to add:
replace github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.1
into go.mod.
It would be good to fix it in next release.
Thanks
The text was updated successfully, but these errors were encountered: