Actions
Feature #6472
closedMultiline mode in regexp by default
Description
When using regexp there can be a vulnerability:
http://homakov.blogspot.com/2012/05/saferweb-injects-in-various-ruby.html#more
Probably it happens because multiline mode in regexp is default, but this is wrong. Need use 'm' modificator to use this mode.
Actions
Like0
Like0Like0