10
votes
5answers
403 views
Is it safe to read regular expressions from a file?
Assuming a Perl script that allows users to specify several text filter expressions in a config file, is there a safe way to let them enter regular expressions as well, without the possibility of u …
