Description
Even when show_hosts = 0, it is possible to reveal the IP host name.
Steps to reproduce
- Ensure that the configuration file has:
show_hosts = 0
Go to the /FrontPage and move down to the line that says something like:
last edited 2005-05-18 11:32:36 by BarryCornelius
Hover above the name of the editor, e.g., BarryCornelius.
- The IP host name of the machine from which the editor made the edit will be revealed.
Details
I'm using MoinMoin 1.3.4 but a glance at the code of MoinMoin 1.3.5 reveals that this code has not been changed.
Workaround
Discussion
Here are lines 61 to 63 of the file logfile/editlog.py of MoinMoin 1.3.5:
Surely this should be:
Looks like the code got changed in 1.5 (logfile/editlog.py line 89-92):
I assume that should be suffient to get this bug fixed but didn't test myself.
Plan
Ignore in 1.3 branch.
- Priority: medium
- Assigned to:
- Status: should be fixed in 1.5