echo-swagger icon indicating copy to clipboard operation
echo-swagger copied to clipboard

Request module update to resolve security issues

Open minias opened this issue 7 months ago • 0 comments

I'm using the package well, thank you. Module update is required as below.

https://github.com/swaggo/echo-swagger/blob/56020475d07fb7bc62e0efe48e8bb97ac88b758b/go.mod#L31

golang.org/x/net v0.27.0 // indirect

CVE-2023-39325 CVE-2023-3978

https://github.com/swaggo/echo-swagger/blob/56020475d07fb7bc62e0efe48e8bb97ac88b758b/go.mod#L30

golang.org/x/crypto v0.25.0

CVE-2023-48795

minias avatar Jul 15 '24 06:07 minias