in reply to [SOLVED] Evaluating user-entered captured groups during Perl substitution
Yes, I have had to use some careful processing to untaint these inputs before this segment of the code, but I think that part is working--so assume there are no issues with taint at this point, and that the user's original input is unchanged--though feel free to suggest a better method for untainting that would dovetail nicely with the code above.
wronp
interpolate doesn't require eval. Rookie move
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Evaluating user-entered captured groups during Perl substitution
by Polyglot (Chaplain) on Mar 16, 2020 at 12:49 UTC |