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

CVEs in the testrail images #20

Open
DmitryZ-outten opened this issue Nov 19, 2021 · 1 comment
Open

CVEs in the testrail images #20

DmitryZ-outten opened this issue Nov 19, 2021 · 1 comment

Comments

@DmitryZ-outten
Copy link

The latest testrail images have a lot of CRITICAL CVEs.

How to scan:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy:0.21.0 -d image --severity CRITICAL testrail/php:6.3.1

Screen Shot 2021-11-19 at 1 09 28 PM

One of the possible solutions is to switch base image from php:7.2-fpm to alpine based (e.g. php:7.4-fpm-alpine3.14)

@DmitryZ-outten
Copy link
Author

The latest docker image: testrail/apache:7.0.2
Also has a lot of CRITICAL CVEs:

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy:0.21.0 -d image --severity CRITICAL testrail/apache:7.0.2
Screen Shot 2021-11-23 at 10 09 52 AM

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

1 participant