mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +02:00
prettier markdown
This commit is contained in:
@ -10,10 +10,7 @@ It is possible to serve static files with a custom path pattern and `NamedFile`.
|
||||
|
||||
<CodeBlock example="static-files" file="main.rs" section="individual-file" />
|
||||
|
||||
:::warning
|
||||
Matching a path tail with the `[.*]` regex and using it to return a `NamedFile` has serious security implications.
|
||||
It offers the possibility for an attacker to insert `../` into the URL and access every file on the host that the user running the server has access to.
|
||||
:::
|
||||
:::warning Matching a path tail with the `[.*]` regex and using it to return a `NamedFile` has serious security implications. It offers the possibility for an attacker to insert `../` into the URL and access every file on the host that the user running the server has access to. :::
|
||||
|
||||
## Directory
|
||||
|
||||
|
Reference in New Issue
Block a user