diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-04 14:38:50 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-06 13:20:22 -0400 |
commit | f0d1240a07c60b3a01d730d9379bdbe72d41b552 (patch) | |
tree | 58ab5d42dff65988d23232ea4b7c46ccaa6b5fa6 /changes | |
parent | 0dbb2f53b933cb089ed18d72717bbf10938ffa76 (diff) | |
download | tor-f0d1240a07c60b3a01d730d9379bdbe72d41b552.tar.gz tor-f0d1240a07c60b3a01d730d9379bdbe72d41b552.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/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. |