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
Thanks @amaciejk this is from testing code in a dependancy (note gopkg.in/ini.v1.test in your dep tree) but it's worth updating these so that vulnerability scanners don't report false positives.
We are using latest minio-go v7.0.70 and are seeing:
GHSA-hp87-p4gw-j4gq
https://nvd.nist.gov/vuln/detail/CVE-2022-28948
Dep tree is:
an updated go.sum shows:
2020 seems quite old compared to 2022 or latest even.
Looks like stretchr/testify have fixed in v1.8.4 or later:
stretchr/testify#1532
so perhaps it is ini.v1 that needs fixing?
The text was updated successfully, but these errors were encountered: