TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

vulnerability issue #140

Closed Lohithsl closed 1 year ago

Lohithsl commented 1 year ago

we are getting below vulnerability issues

  1. Application of regex matched file found in container: file=/var/www/html/designs/pepa-linha-dark/.git regexp=.*/.git$
  2. Application of regex matched file found in container: file=/var/www/html/designs/hydra/.git regexp=.*/.git$

to remove these getting permission denied error

TimWolla commented 1 year ago

I'm afraid this report lacks detail and thus is not actionable.

Lohithsl commented 1 year ago

when pull the Docker image for adminer:latest under /var/www/html/designs/pepa-linha-dark/ & /var/www/html/designs/hydra path we can find .git file, so we are getting vulnerability. If we remove these .git files docker container will not run properly any reason or solution for this issue?

TimWolla commented 1 year ago

I don't see how the two existence of the two files is a vulnerability.