-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENTS] Potential security issues #55
Comments
Thanks for the tips. I will be replacing all of the satori/go.uuid with google/uuid instead. |
The scan also now shows that x/net 0.11.0 has a vulnerability that could allow for cross-site script attacks: https://scout.docker.com/vulnerabilities/id/CVE-2023-3978?utm_source=hub&utm_medium=ExternalLink. Updating to a newer version (0.13.0+) appears to be the best course of action as shown in https://pkg.go.dev/golang.org/x/net?tab=versions I don't think the implications of this one are that worry-some because that would require a weirdly specific case scenario but I guess having minimal security exploits is a good thing |
Fixed in v2.6.6 (go.mod updated and replaced all satori uuid with google uuid module) |
After getting the image scanned in Dockerhub, this critical CVE showed up. It has to do with the satori/go.uuid module that is being used and should be replaced! gofrs/uuid appears to be a safe replacement but there are plenty of others so I'll leave this up to you since you are the developer of Zoraxy.
The text was updated successfully, but these errors were encountered: