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.
1 parent b056d8e commit 43caf6bCopy full SHA for 43caf6b
2019/en/src/0xa8-injection.md
@@ -73,6 +73,8 @@ Preventing injection requires keeping data separate from commands and queries.
73
* Prefer a safe API which provides a parameterized interface.
74
* Always limit the number of returned records to prevent mass disclosure in case
75
of injection.
76
+* Validate incoming data using sufficient filters to only allow valid values for
77
+ each input parameter.
78
79
## References
80
0 commit comments