Skip to main content

Drop-in replacement for Python's CSV library that tries to mitigate CSV injection attacks

Project description

https://img.shields.io/pypi/v/defusedcsv.svg https://travis-ci.org/raphaelm/defusedcsv.svg?branch=master https://codecov.io/gh/raphaelm/defusedcsv/branch/master/graph/badge.svg

If your Python application offers CSV export of user-generated data, that user-generated data might contain malicious payloads that might trigger vulnerabilities in the spreadsheet software of the user that downloads the file (i.e. MS Excel or LibreOffice).

This library tries to mitigate that by prepending all cells starting with @, +, -, =, | or % with an apostrophe ' and additionally replacing all | characters in these cells with \|. This will of course change the resulting CSV files, but Excel will not display the ' character to the user.

Tested with Python 3.4 to 3.6.

Usage

This library acts as a drop-in replacement for the standard library’s csv module. You can use it by just replacing import csv with from defusedcsv import csv in your code.

License

The code in this repository is published under the terms of the Apache License. See the LICENSE file for the complete license text.

This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the AUTHORS file for a list of all the awesome folks who contributed to this project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

defusedcsv-1.0.1.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

defusedcsv-1.0.1-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file defusedcsv-1.0.1.tar.gz.

File metadata

  • Download URL: defusedcsv-1.0.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for defusedcsv-1.0.1.tar.gz
Algorithm Hash digest
SHA256 36d4b661c1472c9a60b3a7c80d0b30a42812d1584b3fbfd03ed22cecddcb3de0
MD5 c34b923808213d03a3df65168a53a877
BLAKE2b-256 d50be501b00fbc096d192e5a1c55165ffdd570ea494360afd3a9dc38a10e4553

See more details on using hashes here.

File details

Details for the file defusedcsv-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for defusedcsv-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 929b1ac9bf35fa1ca9b9eedaa689bc0c535e8bde08e81665b9adb9a9e44a2f3a
MD5 c9b07d7cae82c85523d89dbfdbaa358a
BLAKE2b-256 838b5f512c27ec12eadfa74e89dbca1ec78b1a98dbc6cf0e488539cf727a50b9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page