Closed atlanteh closed 1 year ago
This PR allows setting simple parameter to defend against CSV injection attacks by adding escape_formulas parameter that escapes values that start with =, +, -, @, \t, or \r with a '
escape_formulas
=
+
-
@
\t
\r
'
@wdavidw Can you please review?
@wdavidw PR updated according to your review
Thank you for your contribution, I'll take it from there.
This PR allows setting simple parameter to defend against CSV injection attacks by adding
escape_formulas
parameter that escapes values that start with=
,+
,-
,@
,\t
, or\r
with a'