From 161d7348be85dc79cbe7c6e559e36a273a59f94c Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 30 Jan 2016 11:39:52 -0500 Subject: [PATCH] Trivial reformat Signed-off-by: David A. Wheeler --- doc/criteria.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/criteria.md b/doc/criteria.md index 658563975..94e07d1ba 100644 --- a/doc/criteria.md +++ b/doc/criteria.md @@ -429,7 +429,8 @@ Note that: (the human interface must be designed for ease of use, designing for "least astonishment" can help) - limited attack surface (the attack surface, the set of the different - points where an attacker can try to enter or extract data, should be limited) + points where an attacker can try to enter or extract data, + should be limited) - input validation with whitelists (inputs should typically be checked to determine if they are valid before they are accepted; this validation should use whitelists