View Source Sobelow.Traversal.SendFile (Sobelow v0.13.0)

Directory Traversal in send_file

This submodule checks for directory traversal vulnerabilities in the send_file function.

Ensure that the path passed to send_file is not user-controlled.

Send File checks can be ignored with the following command:

$ mix sobelow -i Traversal.SendFile

Link to this section Summary

Link to this section Functions