We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94ec8c7 + 316e1b8 commit 5a01c2cCopy full SHA for 5a01c2c
2019/en/src/0xa8-injection.md
@@ -101,6 +101,8 @@ Preventing injection requires keeping data separate from commands and queries.
101
* Prefer a safe API which provides a parameterized interface.
102
* Always limit the number of returned records to prevent mass disclosure in case
103
of injection.
104
+* Validate incoming data using sufficient filters to only allow valid values for
105
+ each input parameter.
106
107
## References
108
0 commit comments