Skip to content

Commit 5a01c2c

Browse files
committed
Merge branch 'develop' of github.com:OWASP/API-Security into develop
2 parents 94ec8c7 + 316e1b8 commit 5a01c2c

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
@@ -101,6 +101,8 @@ Preventing injection requires keeping data separate from commands and queries.
101101
* Prefer a safe API which provides a parameterized interface.
102102
* Always limit the number of returned records to prevent mass disclosure in case
103103
of injection.
104+
* Validate incoming data using sufficient filters to only allow valid values for
105+
each input parameter.
104106

105107
## References
106108

0 commit comments

Comments
 (0)