Relations between Postel and Hyrums

The liberality stated in Postel's principle may limit protocols evolution, as users will rely on that.
This commit is contained in:
Roberto Polli
2020-01-16 17:45:54 +01:00
committed by GitHub
parent ea4fd853fa
commit b0376a4948

View File

@@ -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: