Open uniqueg opened 5 months ago
Guard function against code injection, see https://github.com/elixir-cloud-aai/drs-filer/issues/54
Remove eval and instead require callers to provide a literal string of allowed chars to charset, e.g., 0123456789ABCDEF.
eval
charset
0123456789ABCDEF
Guard function against code injection, see https://github.com/elixir-cloud-aai/drs-filer/issues/54
Remove
eval
and instead require callers to provide a literal string of allowed chars tocharset
, e.g.,0123456789ABCDEF
.