mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
21a42e4551
defusedcsv is a drop-in replacement for Python's csv module that mitigates CSV injection attacks in spreadsheet software. WWW: https://github.com/raphaelm/defusedcsv Sponsored by: Netzkommune GmbH
4 lines
194 B
Plaintext
4 lines
194 B
Plaintext
defusedcsv is a drop-in replacement for Python's standard csv module.
|
|
It helps mitigate CSV injection attacks by escaping values that may be
|
|
interpreted as formulas by spreadsheet applications.
|