Closed Bug 164227 Opened 23 years ago Closed 6 years ago

[mozbot.pl] Mozbot shouldn't log passwords (newuser, auth)

Categories

(Webtools Graveyard :: Mozbot, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED INACTIVE

People

(Reporter: burnus, Unassigned)

Details

While mozbot.pl.cfg contains the passwords in a hash form it logs the /msg mozbot communication with password. Result: 2002-08-23 08:29:15 UTC Told: <nick> auth burnus foobar 2002-08-23 08:29:15 UTC Authed: <nick> auth burnus foobar Expected: a) Hide the password 2002-08-23 08:29:15 UTC Told: <nick> auth burnus <password> 2002-08-23 08:29:15 UTC Authed: <nick> auth burnus <password> b) Don't log these.
not sure how to do this
...or even whether to try.
Summary: Mozbot shouldn't log passwords (newuser, auth) → [mozbot.pl] Mozbot shouldn't log passwords (newuser, auth)
QA Contact: kerz → mozbot
Resetting to new default owner.
Assignee: ian → nobody
Well, if anyone still cares: after line 1348 chomp $line; # ...and they are probably a constant string! add $line =~s/\s*auth\s+($variablepattern)\s+($variablepattern)/auth $1 <password>/osi; $line =~s/\s*password\s+($variablepattern)\s+($variablepattern)(\s+($variablepattern))?\s*/password <oldpassword> <newpassword> <newpassword>/osi; $line =~s/\s*new\s*user\s+($variablepattern)\s+($variablepattern)(\s+($variablepattern))?\s*/newuser $1 <password> <password>/osi; $line =~s/password '$variablepattern' and/password '<password>' and/osi;

Mozbot/Firebot is in maintenance-only mode; no further changes are planned.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.