1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Jochen Neumeister 21a42e4551 devel/py-defusedcsv: add new port
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
2026-05-28 17:31:49 +02:00

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.