mirror of
https://github.com/nicolargo/glances.git
synced 2026-06-02 10:55:17 -04:00
Design document for CVE-2026-46611 patch: add opt-in Host header validation to the XML-RPC server via a new xmlrpc_allowed_hosts config key, with permissive default and startup warning (mirrors the REST/WebUI mitigation pattern). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Building the docs
=================
First install Sphinx and the RTD theme:
make venv
or update it if already installed:
make venv-upgrade
Go to the docs folder:
cd docs
Then build the HTML documentation:
make html
and the man page:
LC_ALL=C make man