Skip to content
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

Security vulnerabilities in Docker image #117

Open
BernhardFuchs opened this issue Nov 9, 2023 · 1 comment
Open

Security vulnerabilities in Docker image #117

BernhardFuchs opened this issue Nov 9, 2023 · 1 comment

Comments

@BernhardFuchs
Copy link

When scanning the image uport/uni-resolver-driver-did-uport:4.3.0 with trivy there are multiple security issues found. This prevents us from using the driver on production systems.

@mirceanis
Copy link
Contributor

I'm not sure if the list generated by trivy would ever be entirely fixable.

The entry point into this container is an expressjs server (nodejs), so I've looked at some of the HIGH and CRITICAL vulnerabilities listed for the node packages in the :latest (v5.0.0) tag.
There are 2 packages mentioned (json5 and @babel/traverse)and both of them are only used in testing, not accessible from the entry point.

The other vulnerabilities listed are coming from system packages that seem to be unusable from the entry point and for those there are no fixed versions.

@BernhardFuchs how do you fix other containers that get flagged by trivy this way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants