Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use insecure multiline regex in examples #146

Merged
merged 1 commit into from
Jun 16, 2016

Conversation

bdewater
Copy link
Contributor

ActiveModel >= 4.0 will raise a security related exception with the old example unless multiline: true is set as well. This doesn't make much sense for these use cases.

More info: http://guides.rubyonrails.org/security.html#regular-expressions
Relevant commit: rails/rails@bc7c0b5

ActiveModel >= 4.0 will raise a security related exception with the old example unless `multiline: true` is set as well. This doesn't make much sense for these use cases.

More info: http://guides.rubyonrails.org/security.html#regular-expressions
Relevant commit: rails/rails@bc7c0b5
@coveralls
Copy link

coveralls commented Jun 15, 2016

Coverage Status

Coverage remained the same at 99.796% when pulling 5296c36 on bdewater:patch-1 into 17a310d on joost:master.

@joost joost merged commit f94f682 into joost:master Jun 16, 2016
@bdewater bdewater deleted the patch-1 branch June 16, 2016 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants