Commit Graph

135 Commits

Author SHA1 Message Date
Sean Whalen
3f1e25e315 Drop Python 3.5 support 2020-11-25 09:36:39 -05:00
Sean Whalen
4c3fb65af1 6.12.0 2020-11-24 21:42:45 -05:00
Sean Whalen
382e33f687 Use elasticsearch version provided by elasticsearch-dsl 2020-06-10 18:05:23 -04:00
Sean Whalen
4fca674064 6.10.0
- Ignore unknown forensic report fields when generating CSVs (Closes issue #148)
- Fix crash on IMAP timeout (PR #164 - closes issue #163)
- Use SMTP port from the config file when sending emails (PR #151)
- Add support for Elasticsearch 7.0 (PR #161 - closes issue #149)
- Remove temporary workaround for DMARC aggregate report records missing a SPF domain fields
2020-05-10 17:44:14 -04:00
Lennart Friberg
a89d41acd0 Update setup.py
Changed Elasticsearch py to support Elastic > 7.0
For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
2020-05-06 21:54:08 +02:00
Sean Whalen
d0bb858e74 6.9.0 2020-02-17 16:24:11 -05:00
Sean Whalen
97db183031 6.8.2 2020-01-24 12:21:34 -05:00
Sean Whalen
c50bdf8d7e Actually fix the build 2020-01-22 12:47:13 -05:00
Sean Whalen
ac25262385 6.8.1 2020-01-22 11:50:49 -05:00
Sean Whalen
a997496e75 Actual 6.8.0 release 2020-01-14 13:10:57 -05:00
Sean Whalen
1271b26fd5 6.8.0
closes issues #137 and #139
2020-01-14 11:32:40 -05:00
Sean Whalen
20ac81343b 6.7.4 - Update dependencies
Fixes issue #134
2019-12-23 15:30:54 -05:00
Sean Whalen
d82f211946 6.7.3
Make `dkim_aligned` and `spf_aligned` case insensitive (PR #132)
2019-12-17 06:53:52 -05:00
Sean Whalen
d3f25c9447 Fix missing data in CSV output
Closes issue #128
2019-11-25 11:07:31 -05:00
Sean Whalen
747d22358f 6.7.1
- Parse forensic email samples with non-standard date headers
- Graceful handling of a failure to download the GeoIP database (issue #123)
2019-11-12 11:12:50 -05:00
Sean Whalen
9e50a1db57 Fix CI build 2019-11-06 12:41:57 -05:00
Sean Whalen
193e0fd98c Merge pull request #122 from michaeldavie/handle_bad_data
Handle invalid aggregate reports
2019-11-06 12:40:05 -05:00
Sean Whalen
eefc74c576 Fix PEP 8 line length 2019-11-06 12:24:09 -05:00
michaeldavie
13a2624850 Handle invalid bytes 2019-11-05 21:15:06 -05:00
chinskiy
2b789c869a add python 3.8 to CI 2019-10-31 13:08:25 +02:00
Sean Whalen
7d7a3e0919 6.6.1 - Close files after reading them 2019-09-23 00:53:36 -04:00
Sean Whalen
8a45628f25 Update setup.py 2019-09-23 00:24:04 -04:00
Sean Whalen
c991feb860 Auto detect mbox files and add IMAP timeouts 2019-09-23 00:12:51 -04:00
Sean Whalen
a1303a2168 Start work on 6.6.0 2019-09-22 00:20:21 -04:00
Sean Whalen
61e282d6ea 6.5.5 2019-09-13 08:24:48 -04:00
Sean Whalen
6efec4e633 6.5.4
Bump required `mailsuite` version to `1.2.1`
2019-08-12 15:07:06 -04:00
Sean Whalen
cb63c55b94 6.5.3 2019-07-31 11:08:01 -04:00
Sean Whalen
7f99759d30 6.5.2 2019-07-30 11:41:42 -04:00
Sean Whalen
a58975fc1c Bump version to 6.5.1 2019-07-18 13:16:39 -04:00
Sean Whalen
364f292a15 Prep for release 2019-07-16 21:59:44 -04:00
Sean Whalen
90e92809e3 Bump version 2019-07-15 19:15:31 -04:00
Sean Whalen
2351590c4d 6.4.2
Closes issue #94
2019-07-02 10:41:40 -04:00
Sean Whalen
15b444141f 6.4.1
Raise utils.DownloadError exception when a GeoIP database or Public Suffix List (PSL) download fails (closes issue #73)
2019-05-19 13:21:06 -04:00
Sean Whalen
1c9a6c4e85 6.4.0
Add ``number_of_shards`` and ``number_of_replicas`` to as possible options
in the ``elasticsearch`` configuration file section (see issue #78)
2019-05-08 14:46:24 -04:00
Sean Whalen
32cfede9ac 6.3.7
Work around some unexpected IMAP responses reported in issue #75
2019-05-02 22:08:16 -04:00
Sean Whalen
20ff722f30 6.3.6 2019-04-30 10:09:53 -04:00
Sean Whalen
cf62534c5b 6.3.5 - Normalize Delivery-Result value in forensic/failure reports (issue #76) 2019-04-29 17:02:05 -04:00
Sean Whalen
0638650550 6.3.4 - Fix Elasticsearch index creation (closes issue #74) 2019-04-23 12:51:35 -04:00
Sean Whalen
0feaec93dd 6.3.3 - Fix dependency conflict 2019-04-22 20:01:19 -04:00
Sean Whalen
8612a5d1b3 6.3.3 - Fix dependency order 2019-04-22 19:54:46 -04:00
Sean Whalen
775f80c02c 6.3.3
Set `number_of_shards` and `number_of_replicas` to `1` when creating indexes
2019-04-22 19:48:53 -04:00
Sean Whalen
2696162a49 Fix deps 2019-04-11 16:22:44 -04:00
Sean Whalen
ce7655ec8f Fix deps 2019-04-11 16:01:44 -04:00
Sean Whalen
d4e8974853 6.3.2 - Fix the monthly_indexes option in the elastocsearch configuration section 2019-04-11 15:46:33 -04:00
Sean Whalen
55a7e9c69b 6.3.1 2019-03-29 17:13:22 -04:00
Sean Whalen
a7814d1bf7 6.3.0 2019-03-29 12:44:35 -04:00
Sean Whalen
e3bbb4e008 6.2.2
Fix crash when trying to save forensic reports with missing fields to Elasticsearch
2019-03-19 11:36:06 -04:00
Sean Whalen
bd2b08027f 6.2.1 - Add missing tqdm dependency to setup.py 2019-02-25 11:00:48 -05:00
Sean Whalen
4813f7bc87 6.2.0 2019-02-24 14:32:41 -05:00
Sean Whalen
47598d9de9 6.1.8 - Actually fix GeoIP lookups 2019-02-16 15:37:14 -05:00