future-architect/vuls



Do you want to work on this issue?
You can request for a bounty in order to promote it!
security in docker : use an applicative user instead of root to run vuls server #1077
tramora posted onGitHub
Hi, Currently (in version 0.12.3 at least) the process runs under root :
1 root 0:00 vuls server -listen 0.0.0.0:5515 -format-json -debug -debug-sql -cvedb-type=http -cvedb-url=http://vuls-go-cve-dictionary:1323 -ovaldb-type=http -ovaldb-url=http://vuls-goval-dictionary:1324
It seems better to create and use an applicative user instead.