Skip Sobelow Traversal.SendDownload warning for archive controller

This commit is contained in:
Claudio Ortolina
2026-03-07 18:21:57 +00:00
parent 2b09611fe9
commit c87f946479
@@ -1,6 +1,9 @@
defmodule MusicLibraryWeb.ArchiveController do
use MusicLibraryWeb, :controller
# The database path is configuration controlled, and not derived from any
# user input, so we can safely skip the check.
# sobelow_skip ["Traversal.SendDownload"]
def backup(conn, _params) do
MusicLibrary.Repo.vacuum()