From c9b56ed16cb36dab845c60318485a12fe2e5973d Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Mon, 17 Feb 2020 13:54:50 -0600 Subject: Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fad2b..ea7a63c 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ See Also: > Be conservative in what you do, be liberal in what you accept from others. -Often applied in server application development, this principle states that what you send to others should be as minimal and conformant as possible, but you should be aim to allow non-conformant input if it can be processed. +Often applied in server application development, this principle states that what you send to others should be as minimal and conformant as possible, but you should aim to allow non-conformant input if it can be processed. The goal of this principle is to build systems which are robust, as they can handle poorly formed input if the intent can still be understood. However, there are potentially security implications of accepting malformed input, particularly if the processing of such input is not well tested. -- cgit v1.2.3