Support CSV Injection Escape Mechanisms

Description

CSVs generated using clojure.csv is succeptible to injection attacks. It'd be a nice enhancement to have an option to apply this transformation on behalf of users.

For example:

(with-open [writer (io/writer "out-file.csv")]
(csv/write-csv writer
[["abc" "def"]
["ghi" "=jkl"]]))

See https://www.owasp.org/index.php/CSV_Injection

Environment

None

Activity

Show:

Details

Assignee

Reporter

Priority

Created February 23, 2018 at 5:50 PM
Updated February 23, 2018 at 5:50 PM

Flag notifications