aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-05 19:10:08 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-05 19:10:08 -0400
commit78196c8822ec8dda5df95428dbb4ae96ec4d2b7f (patch)
tree8951cb4cbb699b49b80dbf75ce27e3f55f002cc8 /changes
parentdfa41ac0f32729f9d5a731681d826ec3006f6fb5 (diff)
parent514f0041d190b9e142cc246e3ec7ac65342547bd (diff)
downloadtor-78196c8822ec8dda5df95428dbb4ae96ec4d2b7f.tar.gz
tor-78196c8822ec8dda5df95428dbb4ae96ec4d2b7f.zip
Merge remote-tracking branch 'teor/bug18456'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug184566
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18456 b/changes/bug18456
new file mode 100644
index 0000000000..843c70a587
--- /dev/null
+++ b/changes/bug18456
@@ -0,0 +1,6 @@
+ o Major bugfixes (exit policies):
+ - Avoid disclosing exit outbound bind addresses, configured port bind
+ addresses, and local interface addresses in relay descriptors by
+ default under ExitPolicyRejectPrivate. Instead, only reject these
+ (otherwise unlisted) addresses if ExitPolicyRejectLocalInterfaces is set.
+ Fixes bug 18456; bugfix on 0.2.7.2-alpha. Patch by teor.