Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Add "passphrase" to filtered parameters #102

Merged
merged 1 commit into from Nov 18, 2013
Merged

Add "passphrase" to filtered parameters #102

merged 1 commit into from Nov 18, 2013

Conversation

sethvargo
Copy link
Contributor

In local development, I could see my passphrase in the list Rails parameters
in plain text. This is because only the key :password was filtered. This
commit filters both :password and :passphrase to prevent passwords from
being logged in plain text.

/cc @bkeepers

In local development, I could see my passphrase in the list Rails parameters
in plain text. This is because only the key `:password` was filtered. This
commit filters both `:password` and `:passphrase` to prevent passwords from
being logged in plain text.
bkeepers added a commit that referenced this pull request Nov 18, 2013
Add "passphrase" to filtered parameters
@bkeepers bkeepers merged commit 63c1be8 into github:master Nov 18, 2013
@sethvargo sethvargo deleted the sethvargo/filter_params branch November 18, 2013 18:56
@sethvargo
Copy link
Contributor Author

Thanks Brandon!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants