ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
50 stars 29 forks source link

sysadmin: set USER on slack-irc docker image #621

Open hellais opened 1 year ago

hellais commented 1 year ago

We ought to tighten up a bit the settings of the docker image used for slack-irc as it's not setting the USER field, so it's effectively as if it were running as root.

The image is running on a dedicated instance which doesn't have any sensitive data on it, so the impact is pretty low, yet we still ought to fix it.

This was identified as part of a security audit with the info level of severity (OON-01-011 WP7).