Fix dialyzer error in safe_zip: Remove impossible pattern match for {:get_type, _e}
This commit is contained in:
parent
e0104132a7
commit
28146ee7d2
1 changed files with 0 additions and 4 deletions
|
|
@ -56,10 +56,6 @@ defmodule Pleroma.SafeZip do
|
||||||
{_, true} <- {:safe_path, safe_path?(path)} do
|
{_, true} <- {:safe_path, safe_path?(path)} do
|
||||||
{:cont, {:ok, maybe_add_file(type, path, fl)}}
|
{:cont, {:ok, maybe_add_file(type, path, fl)}}
|
||||||
else
|
else
|
||||||
{:get_type, e} ->
|
|
||||||
{:halt,
|
|
||||||
{:error, "Couldn't determine file type of ZIP entry at #{path} (#{inspect(e)})"}}
|
|
||||||
|
|
||||||
{:type, _} ->
|
{:type, _} ->
|
||||||
{:halt, {:error, "Potentially unsafe file type in ZIP at: #{path}"}}
|
{:halt, {:error, "Potentially unsafe file type in ZIP at: #{path}"}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue