Filtering Sensitive Data in Rails Log Files
Saturday, June 14th, 2008The built-in Rails logging system contains a significant amount of information about the running application - such as record of all requests, parameters sent, and queries performed. By default, the production log contains full requests and the value of every parameter, with no discretion.
An attacker who obtains the Rails production log could stumble upon [...]
Posts