diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-06 13:25:08 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-06 13:25:08 -0400 |
commit | c3e50f0fde701c01d68ebea60e8b9e978937a201 (patch) | |
tree | c63678f33b77c865da2047e9629ba23beefbb51e /changes | |
parent | cdbf756b90b05fcf8211d6fea302652923af4171 (diff) | |
parent | 82b7939d197e64cd21e5246060499018dcb95f2c (diff) | |
download | tor-c3e50f0fde701c01d68ebea60e8b9e978937a201.tar.gz tor-c3e50f0fde701c01d68ebea60e8b9e978937a201.zip |
Merge branch 'maint-0.4.6'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40474 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40474 b/changes/ticket40474 new file mode 100644 index 0000000000..d2a7231106 --- /dev/null +++ b/changes/ticket40474 @@ -0,0 +1,5 @@ + o Minor bugfixes (onion service, TROVE-2021-008): + - Only log once any v2 access attempts in order to not pollute the logs + with warnings and avoid recording the times on disk when v2 access was + attempted. Important to note that the onion address was _never_ logged. + That is a Low security issue. Fixes bug 40474; bugfix on 0.4.5.8. |