DCSO / TIE-Splunk-TA

DCSO Threat Intelligence Engine (TIE) Add-On for Splunk v8
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

[Feat] Support Python v3.7+ to support Splunk v8 #10

Closed geertjanvdk closed 4 years ago

geertjanvdk commented 4 years ago

Currently, the code of this add-on for Splunk is Python v2.7, and not compatible with Python v3. We need to convert the code to be working using Python v3.7 greater. It would also be great that we actually test most of the code without needing Splunk (or even TIE).

Why

Splunk Enterprise v8 rightfully does not support Python v2.7 since EoL.

What

This is unconditional, and we need to move on to future. We should not support Python v2.7 any longer, or keep two code bases or keep one compatible with 2 major versions

How