Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 359 Bytes

CheckFileAccess.md

File metadata and controls

11 lines (6 loc) · 359 Bytes

Pattern: Possible file access

Issue: -

Description

Using user input when accessing files (local or remote) will raise a warning in Brakeman. This type of vulnerability can be used to access arbitrary files on a server (including /etc/passwd).

Further Reading