|
|
|
|
|
by VBprogrammer
764 days ago
|
|
Not sure why you are being downvoted here. It's a fair point and properly escaping your data is only one part of the overall security picture but you should also be strictly validating data at the inputs to your system too. |
|
But it'd be similar with with other template systems. If the interpolation should allow any string, there's really no validation to be done.