Phoenix (at least version 1.3.0) requires the filename keyword list arg when specifying a :binary download. Sobelow incorrectly marks binary send_download calls with that required arguments as a vulnerability.
The Phoenix exception for send_download without a filename option is
** (RuntimeError) :filename option is required when sending binary download
but specifying filename triggers
Directory Traversal in `send_download` - Medium Confidence
Phoenix (at least version 1.3.0) requires the
filename
keyword list arg when specifying a :binary download. Sobelow incorrectly marks binarysend_download
calls with that required arguments as a vulnerability.The Phoenix exception for
send_download
without a filename option isbut specifying
filename
triggers