[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #26892 [Core Tor/Tor]: log_addr_has_changed() does not heed SafeLogging
#26892: log_addr_has_changed() does not heed SafeLogging
------------------------------+------------------------------
Reporter: rl1987 | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: Tor: unspecified
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+------------------------------
No IP address scrubbing is performed at any loglevel:
{{{
2694 if (!tor_addr_is_null(prev))
2695 log_fn(severity, LD_GENERAL,
2696 "Our IP Address has changed from %s to %s; "
2697 "rebuilding descriptor (source: %s).",
2698 addrbuf_prev, addrbuf_cur, source);
2699 else
2700 log_notice(LD_GENERAL,
2701 "Guessed our IP address as %s (source: %s).",
2702 addrbuf_cur, source);
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26892>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs