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
It seems it's solely used for functional testing. How about replacing it with log/slog? Since go1.21, it is in standard library and it means one less dependency.
We are using minio-go/v7 and are getting the following security hit:
https://nvd.nist.gov/vuln/detail/CVE-2022-28948
Via the following dep tree:
I've opened an issue with sirupsen/logrus here:
sirupsen/logrus#1419
But as logrus doesn't seem to be frequently maintained, possibly you may want to look at removing it?
The text was updated successfully, but these errors were encountered: