浏览代码

update docs about limited msgpack Unpacker for RPC code

Thomas Waldmann 8 年之前
父节点
当前提交
6a25b6bdfa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/security.rst

+ 2 - 2
docs/security.rst

@@ -248,8 +248,8 @@ denial of repository service.
 The situation were a server can create a general DoS on the client
 The situation were a server can create a general DoS on the client
 should be avoided, but might be possible by e.g. forcing the client to
 should be avoided, but might be possible by e.g. forcing the client to
 allocate large amounts of memory to decode large messages (or messages
 allocate large amounts of memory to decode large messages (or messages
-that merely indicate a large amount of data follows). See issue
-:issue:`2139` for details.
+that merely indicate a large amount of data follows). The RPC protocol
+code uses a limited msgpack Unpacker to prohibit this.
 
 
 We believe that other kinds of attacks, especially critical vulnerabilities
 We believe that other kinds of attacks, especially critical vulnerabilities
 like remote code execution are inhibited by the design of the protocol:
 like remote code execution are inhibited by the design of the protocol: