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
The latest container image available on Docker Hub contains a significant number of vulnerabilities:
Docker Desktop reports 112 vulnerabilities.
Dependency Track reports 83 vulnerabilities.
For example, among the most critical issues is the use of the Go standard library from version 1.18.3, which is over two years old and contains several known vulnerabilities.
Impact
The presence of these vulnerabilities can expose our applications to various security risks.
Steps to Reproduce
Pull the latest container image from Docker Hub.
Analyze the image using Docker Desktop and Dependency Track.
Suggested Actions
Upgrade components version to the latest stable release to ensure the latest security patches are applied.
Review and update other dependencies to their latest versions to mitigate reported vulnerabilities.
Implement regular security audits and vulnerability scans as part of the CI/CD pipeline to identify and address vulnerabilities promptly.
Additional information
Please prioritize this issue due to its potential impact on our security posture. If further assistance is required, feel free to reach out.
The text was updated successfully, but these errors were encountered:
Description
The latest container image available on Docker Hub contains a significant number of vulnerabilities:
For example, among the most critical issues is the use of the Go standard library from version 1.18.3, which is over two years old and contains several known vulnerabilities.
Impact
The presence of these vulnerabilities can expose our applications to various security risks.
Steps to Reproduce
Suggested Actions
Additional information
Please prioritize this issue due to its potential impact on our security posture. If further assistance is required, feel free to reach out.
The text was updated successfully, but these errors were encountered: