diff options
author | teor <teor2345@gmail.com> | 2017-12-24 11:24:29 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2018-01-05 13:27:22 +1100 |
commit | beedf5fd81c25e67655432e009b047252cd0a970 (patch) | |
tree | 60f437b8e6de20e0297c074ce431b56dfbbd86c8 /changes | |
parent | c1be0cfdb45d702afa3c1883a5e436cef8115fcd (diff) | |
download | tor-beedf5fd81c25e67655432e009b047252cd0a970.tar.gz tor-beedf5fd81c25e67655432e009b047252cd0a970.zip |
Remove commas and equals signs from external string inputs to the fallback list
This makes sure that list parsers only see one comma per fallback entry,
and only see one equals sign per field.
Implements ticket 24726.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket24726 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket24726 b/changes/ticket24726 new file mode 100644 index 0000000000..2bbdfa91af --- /dev/null +++ b/changes/ticket24726 @@ -0,0 +1,4 @@ + o Minor features (fallback directory mirrors): + - Remove commas and equals signs from external string inputs to the + fallback list. This avoids format confusion attacks. + Implements ticket 24726. |