Commit Graph

375 Commits

Author SHA1 Message Date
Sean Whalen
7fb81abef0 4.5.0 2018-11-16 09:46:16 -05:00
Sean Whalen
1bd6d46b61 Fix typo 2018-11-15 15:51:12 -05:00
Sean Whalen
9c4dca0545 4.5.0 2018-11-15 15:48:10 -05:00
Sean Whalen
017f7bc432 PEP8 fix 2018-11-15 14:50:38 -05:00
Sean Whalen
6a4445c799 Update requirements 2018-11-15 13:28:45 -05:00
Sean Whalen
13e2b50671 Caching impovements 2018-11-15 13:17:09 -05:00
Sean Whalen
0ddc904c9d Merge pull request #32 from vitalvas/master
Cache reverse DNS lookups
2018-11-15 11:43:11 -05:00
Sean Whalen
bbc64ca044 wordaround invalid date_utc value 2018-11-15 11:39:28 -05:00
Sean Whalen
ba8c6fd30c Resolve flake8 warnings 2018-11-15 11:16:06 -05:00
Vitaliy Vasilenko
0d7e14a784 DNS performance optimization 2018-11-10 17:31:51 +02:00
Sean Whalen
c581efbae6 Bump version 2018-11-09 16:21:11 -05:00
Sean Whalen
4cf5dfc4e4 Remove unused import 2018-11-09 16:17:42 -05:00
Sean Whalen
76993d5e8b 4.4.1 - workaround for issue #31
Don't crash if Elasticsearch returns an unexpected result
2018-11-09 16:14:24 -05:00
Sean Whalen
6467ebe73d 4.4.0 - Fix packaging issues 2018-11-09 15:31:48 -05:00
Sean Whalen
2e1dcbf438 Add Davmail instructions to docs for EWS/OWA 2018-11-07 15:33:47 -05:00
Sean Whalen
d4936ea5a8 Update CHANGELOG.md 2018-11-06 17:37:36 -05:00
Sean Whalen
fe7c732084 Merge pull request #30 from mikesiegel/msiegel_kafkafix
A few Kafka client tweaks and changes
2018-11-06 17:31:27 -05:00
Mike Siegel
78e796a97c Fixing import 2018-10-29 08:08:40 -04:00
Mike Siegel
0e398f2c8d removing unused import 2018-10-29 07:51:21 -04:00
Mike Siegel
0c47ac178d Merging changes from upstream/master 2018-10-29 07:48:22 -04:00
Mike Siegel
a543cb4e44 Add T separator in datetime format 2018-10-29 07:48:01 -04:00
Sean Whalen
490b6f4700 Fix more documentation typos 2018-10-28 16:43:51 -04:00
Sean Whalen
9f7b7fcc93 Fix docs typo 2018-10-28 15:56:12 -04:00
Mike Siegel
e0c532c7eb - Moved report metadata and moved report_id, org_email and org_email, org_name up a level in JSON object
- Send individual slices of report due to Kafka message size limit being 1MB
- Date calculations from ES client to aid in dashboard display
2018-10-25 15:38:18 -04:00
Sean Whalen
01b72119fe Update documentation 2018-10-25 09:43:00 -04:00
Sean Whalen
003ac9b0f1 Debug logging improvements 2018-10-25 08:52:09 -04:00
Sean Whalen
ee00861146 4.3.8 2018-10-25 01:51:03 -04:00
Sean Whalen
5eb533e2a5 Better error handling 2018-10-24 14:48:51 -04:00
Sean Whalen
c6728186cc Fix logging 2018-10-24 13:57:02 -04:00
Sean Whalen
c75244b476 Fix forensic attachment processing 2018-10-24 13:35:57 -04:00
Sean Whalen
2e13b83945 More logging 2018-10-24 12:55:52 -04:00
Sean Whalen
d4fda8c93c Fix IMAP datatypes 2018-10-24 12:49:00 -04:00
Sean Whalen
7576508f2c Add more verbose logging 2018-10-23 14:51:14 -04:00
Sean Whalen
825fba8951 4.3.7 - When checking an inbox, always recheck for messages when processing is complete 2018-10-22 06:19:28 -04:00
Sean Whalen
6cb78f65cf Fix another syntax error in the docs 2018-10-19 18:43:33 -04:00
Sean Whalen
e87da5dd0f Fix syntax error in docs 2018-10-19 18:37:52 -04:00
Sean Whalen
28379226c1 Merge branch 'master' of https://github.com/domainaware/parsedmarc 2018-10-19 18:15:58 -04:00
Sean Whalen
90cbd95063 Add Elasticsearch JVM heap size info to docs 2018-10-19 18:15:48 -04:00
Sean Whalen
446732dad2 4.3.6 - Be more forgiving for forensic reports with missing fields 2018-10-19 11:07:35 -04:00
Sean Whalen
4b1721a96d Update CHANGELOG.md 2018-10-18 10:01:38 -04:00
Sean Whalen
90207a39a4 4.3.5 - Fix base64 attachment decoding (#26) 2018-10-18 09:51:30 -04:00
Sean Whalen
29324d4b2a Add Visual Studio Code settings to .gitignore 2018-10-18 05:52:22 -04:00
Sean Whalen
2e362d9fb9 Update documentation 2018-10-16 14:25:48 -04:00
Sean Whalen
7f6eae712e Match requests's urllib3 requirement 2018-10-16 14:18:44 -04:00
Sean Whalen
33d7c17177 4.3.4 2018-10-16 14:11:06 -04:00
Sean Whalen
eff2435989 Update help 2018-10-16 13:36:25 -04:00
Sean Whalen
f54ef80b00 4.3.4 2018-10-16 13:31:04 -04:00
Sean Whalen
1323e85530 PEP8 fix 2018-10-16 11:42:21 -04:00
Sean Whalen
6a5d2c4105 Merge pull request #25 from inoio/fix-missing-comments
fix crash on missing comments
2018-10-16 11:38:47 -04:00
Dennis Brakhane
71745f006d fix crash on missing comments
Some DMARC reports contain the "comment" field with a null value. This
would case a crash when trying to combine the comments into one.

Therefore, handle None comments as well.

Also remove a buggy line; the reason object already exists in the list,
so no need to append it (and even if we needed to append it, we would
need to iterate over a copy, otherwise we might end up in an endless
loop)
2018-10-16 16:49:18 +02:00