Fix link to OWASP path traversal docs in guide.

This commit is contained in:
Aditya 2021-09-26 06:21:31 +05:30 committed by Sergio Benitez
parent 42df0f3679
commit 72e1bce2f2
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ async fn files(file: PathBuf) -> Option<NamedFile> {
}
```
[path traversal attacks]: https://www.owasp.org/index.php/Path_Traversal
[path traversal attacks]: https://owasp.org/www-community/attacks/Path_Traversal
! tip: Rocket makes it even _easier_ to serve static files!