summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2020-01-17 09:27:50 +0800
committerGitHub <noreply@github.com>2020-01-17 09:27:50 +0800
commit428c780b3317273df5f16242c547d0e531d0a4d9 (patch)
tree1e4230d8b1391479d88404fbe3fa3cbf1d039ccd
parentea4fd853fa8bd028f77fcaaccb6a559e359ebe20 (diff)
parentb0376a49481df753532f5d9976257092f37fcef3 (diff)
Merge pull request #199 from ioggstream/patch-1
Relations between Postel and Hyrums
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 977d915..c61b993 100644
--- a/README.md
+++ b/README.md
@@ -557,6 +557,14 @@ Often applied in server application development, this principle states that what
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.
+Allowing non-conformant input, in time, may undermine the ability of protocols to evolve
+as implementors will eventually rely on this liberality to build their features.
+
+See Also:
+
+- [Hyrum's Law](#hyrums-law)
+
+
### SOLID
This is an acronym, which refers to: