Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Code injection in
-d DELIM
through use of eval (#150)
Replace eval with JSON.parse This handles the code injection vuln in `-d DELIM`, but introduces a backward incompatibility because JSON escapes are a subset of JavaScript escapes. Co-authored-by: ready-research <72916209+ready-research@users.noreply.github.com> Refs: #148
- Loading branch information