Skip to content

Commit 9773011

Browse files
authored
Update OWASP input validation link (#1283)
Previous link referred to a working source and not the page made from it
1 parent c6c891b commit 9773011

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
@@ -633,7 +633,7 @@ Oops, we forgot to add the title. Submit the request anyway, you should get a 50
633633
634634
Did you notice that the error was automatically serialized in JSON-LD and respects the Hydra Core vocabulary for errors?
635635
It allows the client to easily extract useful information from the error. Anyway, it's bad to get a SQL error when submitting
636-
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).
636+
a request. It means that we didn't use a valid input, and [it's a bad and dangerous practice](https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html).
637637

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

0 commit comments

Comments
 (0)