weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.85k stars 709 forks source link

Consider security implications of report.json #2106

Open foot opened 7 years ago

foot commented 7 years ago

You can get the current report by:

The report contains sensitive data like:

TOKENS and passwords can be exposed as the report contains:

Possibles actions:

rade commented 7 years ago

We have no idea what potentially sensitive info a report may contain. After all, even a container name might be highly sensitive to some users. So the only sane option is to give a warning.

bboreham commented 6 years ago

Note environment variables were turned off by default in #3139