diff options
author | cypherpunks <cypherpunks@torproject.org> | 2018-08-29 08:49:10 +0000 |
---|---|---|
committer | cypherpunks <cypherpunks@torproject.org> | 2018-10-23 00:33:51 +0000 |
commit | f874ab26401ca269074963697ddcad879b3b4e3a (patch) | |
tree | ae79e5b8a69f6663d874a316f40b331ad41cf2c5 /changes/feature27367 | |
parent | 3704c4a01219cca7273fa5fa0bc6751d98ad05ac (diff) | |
download | tor-f874ab26401ca269074963697ddcad879b3b4e3a.tar.gz tor-f874ab26401ca269074963697ddcad879b3b4e3a.zip |
dircache: make dirauths reject non UTF-8 descriptors and extrainfo
Ticket #27367.
Diffstat (limited to 'changes/feature27367')
-rw-r--r-- | changes/feature27367 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature27367 b/changes/feature27367 new file mode 100644 index 0000000000..99c0839621 --- /dev/null +++ b/changes/feature27367 @@ -0,0 +1,4 @@ + o Minor features (parsing): + - Directory authorities now validate that router descriptors and ExtraInfo + documents are in a valid subset of UTF-8, and reject them if not. + Closes ticket 27367. |