mirror of https://github.com/rwf2/Rocket.git
Fix link to OWASP path traversal docs in guide.
This commit is contained in:
parent
42df0f3679
commit
72e1bce2f2
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in New Issue