diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-09-03 17:28:35 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-09-03 17:28:35 +0100 |
commit | f93aba1d66689efa89f11c5230b31b7d04220af2 (patch) | |
tree | 05a5a9af16c7b4ea992872f9dce45a2f36a43172 /docs | |
parent | Move securitY threat model docs into specification (diff) | |
download | synapse-f93aba1d66689efa89f11c5230b31b7d04220af2.tar.xz |
Fix formating for threat model
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/specification.rst b/docs/specification.rst index bae18147a8..e1c83bed78 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -1626,6 +1626,9 @@ SRV Records Security ======== +.. NOTE:: + This section is a work in progress. + Threat Model ------------ @@ -1635,9 +1638,9 @@ Denial of Service The attacker could attempt to prevent delivery of messages to or from the victim in order to: - * Disrupt service or marketing campaign of a commercial competitor. - * Censor a discussion or censor a participant in a discussion. - * Perform general vandalism. +* Disrupt service or marketing campaign of a commercial competitor. +* Censor a discussion or censor a participant in a discussion. +* Perform general vandalism. Threat: Resource Exhaustion +++++++++++++++++++++++++++ @@ -1749,9 +1752,6 @@ Threat: Disclosure to Servers Within Chatroom An attacker could take control of a server within a chatroom to expose message contents or metadata for messages in that room. -.. NOTE:: - This section is a work in progress. - Rate limiting ------------- Home servers SHOULD implement rate limiting to reduce the risk of being overloaded. If a |