Sobelow v0.11.0 Sobelow.Traversal View Source
Path Traversal
Path traversal vulnerabilities are a result of interacting with the filesystem using untrusted input. This class of vulnerability may result in file disclosure, code execution, denial of service, and other issues.
Read more about Path Traversal here: https://www.owasp.org/index.php/Path_Traversal
Path Traversal checks can be ignored with the following command:
$ mix sobelow -i Traversal
Link to this section Summary
Link to this section Functions
Link to this function
details() View Source
Link to this function
finding_modules() View Source
Link to this function
get_vulns(fun, meta_file, web_root, skip_mods \\ []) View Source
Link to this function