Skip to content

Commit 4708805

Browse files
authored
Update OWASP cheat sheet link
The Input Validation Cheat Sheet has been moved to OWASP's GitHub
1 parent 08bc557 commit 4708805

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)