in reply to Allowing regex entries in web form to search database: Risks or gotchas?
So I wouldn't want to allow the general public the ability to supply arbitrary patterns to a web server.
Not all is lost however. Perl allows other regex engines to be plugged in. In particular the module re::engine::RE2 allows perl to use Google's RE2 regex engine. This doesn't support as many features as the perl engine, but in this case that's a plus.
Dave.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Allowing regex entries in web form to search database: Risks or gotchas?
by Polyglot (Chaplain) on Aug 09, 2022 at 00:44 UTC |