Skip to content

Commit 6ca7140

Browse files
authored
Merge pull request #844 from adepreis/patch-1
Update distribution/index.md
2 parents 08bc557 + 4708805 commit 6ca7140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Oops, we forgot to add the title. Submit the request anyway, you should get a 50
523523

524524
Did you notice that the error was automatically serialized in JSON-LD and respects the Hydra Core vocabulary for errors?
525525
It allows the client to easily extract useful information from the error. Anyway, it's bad to get a SQL error when submitting
526-
a request. It means that we didn't use a valid input, and [it's a bad and dangerous practice](https://www.owasp.org/index.php/Input_Validation_Cheat_Sheet).
526+
a request. It means that we didn't use a valid input, and [it's a bad and dangerous practice](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Input_Validation_Cheat_Sheet.md).
527527

528528
API Platform comes with a bridge with [the Symfony Validator Component](http://symfony.com/doc/current/validation.html).
529529
Adding some of [its numerous validation constraints](http://symfony.com/doc/current/validation.html#supported-constraints)

0 commit comments

Comments
 (0)