Skip to content

Commit 43caf6b

Browse files
author
Francois Lascelles
committed
Added bullet point into how to prevent for A*:injections per issue OWASP#4
1 parent b056d8e commit 43caf6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2019/en/src/0xa8-injection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Preventing injection requires keeping data separate from commands and queries.
7373
* Prefer a safe API which provides a parameterized interface.
7474
* Always limit the number of returned records to prevent mass disclosure in case
7575
of injection.
76+
* Validate incoming data using sufficient filters to only allow valid values for
77+
each input parameter.
7678
7779
## References
7880

0 commit comments

Comments
 (0)