summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-04 14:36:05 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-06 13:22:02 -0400
commit602dcd8e3774b09242787ba3b0f0e0599530638a (patch)
tree6d1d03e1005734b1d6ad1dac720230b46d14a7a0 /changes
parentf728e09ebe611d6858e721eaa37637025bfbf259 (diff)
downloadtor-602dcd8e3774b09242787ba3b0f0e0599530638a.tar.gz
tor-602dcd8e3774b09242787ba3b0f0e0599530638a.zip
hs-v2: Only log once the connection warning to v2
Closes #40474 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket404745
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.