sendgrid-python-dmarc-parser icon indicating copy to clipboard operation
sendgrid-python-dmarc-parser copied to clipboard

This is a DMARC report parser that accepts either an XML or zipped file as input at an attachment via email

Results 2 sendgrid-python-dmarc-parser issues
Sort by recently updated
recently updated
newest added

Hi, there are several security issues in the code found in this repository. The first is that https://github.com/thinkingserious/sendgrid-python-dmarc-parser/blob/9cfac0992f75031e45f7eaea45710e2182742694/dmarc_parser/unzip.py#L28 is vulnerable to path traversal. It needs to filter out path traversal...