Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11578 (closed enhancement: fixed)

Opened 1 month ago

Last modified 6 days ago

[PATCH][DOCS] filter_parameter_logging in application template to give developers a reminder to filter their logs

Reported by: yaroslav Assigned to: lifofifo
Priority: normal Milestone: 2.x
Component: Railties Version: edge
Severity: normal Keywords: Verified verified railties scaffold filter_parameter_logging security
Cc: yaroslav@markin.net

Description

Patch adds filter_parameter_logging :password to generated ApplicationController.

This may help to remind the developer to filter sensitive information from application logs.

Attachments

filter_parameter_logging__by_default.diff (0.6 kB) - added by yaroslav on 04/11/08 18:38:21.
commented_reminder.diff (0.6 kB) - added by yaroslav on 04/14/08 14:19:42.
commented out, becomes just a reminder
0001-Patch-adds-commented-filter_parameter_logging-pass.patch (1.2 kB) - added by yaroslav on 05/01/08 08:19:21.
final patch (git-format-patch)

Change History

04/11/08 18:38:21 changed by yaroslav

  • attachment filter_parameter_logging__by_default.diff added.

04/11/08 18:45:48 changed by evolving_jerk

+1

04/12/08 07:33:39 changed by tarmo

+1

04/12/08 08:27:17 changed by maxlapshin

+1

04/12/08 08:29:27 changed by yaroslav

  • keywords changed from railties scaffold filter_parameter_logging security to Verified railties scaffold filter_parameter_logging security.

04/12/08 08:30:41 changed by yaroslav

  • keywords changed from Verified railties scaffold filter_parameter_logging security to Verified verified railties scaffold filter_parameter_logging security.

04/12/08 18:50:59 changed by yaroslav

  • summary changed from [PATCH] filter_parameter_logging in scaffold to give developers a reminder to filter their logs to [PATCH] filter_parameter_logging in application template to give developers a reminder to filter their logs.

04/14/08 14:19:42 changed by yaroslav

  • attachment commented_reminder.diff added.

commented out, becomes just a reminder

04/14/08 14:23:35 changed by amishyn

+1

04/15/08 03:30:24 changed by sjgman9

+1

04/16/08 11:25:25 changed by yaroslav

  • summary changed from [PATCH] filter_parameter_logging in application template to give developers a reminder to filter their logs to [PATCH][DOCS] filter_parameter_logging in application template to give developers a reminder to filter their logs.

Becomes a docpatch after a discussion with Pratik in #rails-contrib

Proper diff: http://github.com/yaroslav/rails/commit/20ae71cb830bd354b0bf02ccbd4de778dd10aa29

04/21/08 18:43:24 changed by yaroslav

  • owner changed from core to lifofifo.

05/01/08 08:19:21 changed by yaroslav

  • attachment 0001-Patch-adds-commented-filter_parameter_logging-pass.patch added.

final patch (git-format-patch)

05/07/08 09:52:34 changed by yaroslav

  • status changed from new to closed.
  • resolution set to fixed.