Sanitize relative paths server-side

This commit is contained in:
Andras Schmelczer 2025-01-04 16:16:54 +00:00
parent 0943681702
commit 6d5b183a3c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 44 additions and 12 deletions

View file

@ -25,6 +25,7 @@ aide = { version = "0.13.4", features = ["axum", "axum-ws", "scalar", "axum-head
schemars = { version = "0.8.21", features = ["chrono", "uuid1"] }
tracing = "0.1"
rand = "0.8.5"
sanitize-filename = "0.6.0"
[lints]
workspace = true