sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 519 forks source link

avoid `eval echo` with `encode_name` #259

Open jxy opened 5 years ago

jxy commented 5 years ago

This looks like trouble. Is it possible to use printf %q instead? I can make a PR when I have a better understanding of your code.

https://github.com/sstephenson/bats/blob/03608115df2071fff4eaaff1605768c275e5f81f/libexec/bats-preprocess#L41-L42

xmik commented 5 years ago

@jxy Bats is not maintained anymore. See: https://github.com/sstephenson/bats/issues/236