Apply all necessary exclusions to sobelow findings

This commit is contained in:
Claudio Ortolina
2026-03-07 18:37:24 +00:00
parent c87f946479
commit 2e3732e38b
6 changed files with 15 additions and 2 deletions
@@ -195,6 +195,9 @@ defmodule MusicLibraryWeb.ArtistLive.Form do
{:noreply, assign(socket, form: to_form(changeset, action: :validate))}
end
# path comes from Phoenix's consume_uploaded_entries callback —
# a framework-generated temp file path, not user input.
# sobelow_skip ["Traversal.FileModule"]
def handle_event("save", params, socket) do
artist_info_params = params["artist_info"] || %{}