Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSafe YAML #9139
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
carlosantoniodasilva
Feb 1, 2013
Member
Please use the Rails Core mailing list to suggest changes / new features for Rails. Thanks.
|
Please use the Rails Core mailing list to suggest changes / new features for Rails. Thanks. |
carlosantoniodasilva
closed this
Feb 1, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Sorry about that. I posted in the Google Group. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
No problem, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
balexand commentedFeb 1, 2013
Possibly activesupport could monkey-patch unsafe Ruby methods like
YAML.loadto be safe by default. The old version could be exposed with a prefix ofunsafe_(likeYAML.unsafe_load).Like this gem: https://github.com/dtao/safe_yaml.