Skip to content

Commit 65444f7

Browse files
committed
Release 0.16.0
1 parent 4e42beb commit 65444f7

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
from version 0.14.0.
88

9-
## Unreleased
9+
## 0.16.0 - 2020-02-25
1010

1111
### Added
1212

tools/setup.py

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='sigmatools',
16-
version='0.15.0',
16+
version='0.16.0',
1717
description='Tools for the Generic Signature Format for SIEM Systems',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
@@ -48,26 +48,30 @@
4848
},
4949
data_files=[
5050
('etc/sigma', [
51-
'config/sumologic.yml',
52-
'config/logstash-defaultindex.yml',
53-
'config/powershell.yml',
54-
'config/logstash-windows.yml',
55-
'config/splunk-windows.yml',
56-
'config/splunk-windows-index.yml',
57-
'config/netwitness.yml',
58-
'config/arcsight.yml',
59-
'config/qualys.yml',
60-
'config/logstash-linux.yml',
61-
'config/thor.yml',
62-
'config/filebeat-defaultindex.yml',
63-
'config/logpoint-windows.yml',
64-
'config/helk.yml',
65-
'config/qradar.yml',
66-
'config/winlogbeat-modules-enabled.yml',
67-
'config/winlogbeat.yml',
68-
'config/winlogbeat-old.yml',
69-
'config/ecs-proxy.yml',
70-
'config/limacharlie.yml',
51+
"config/arcsight.yml",
52+
"config/carbon-black.yml",
53+
"config/ecs-proxy.yml",
54+
"config/filebeat-defaultindex.yml",
55+
"config/helk.yml",
56+
"config/limacharlie.yml",
57+
"config/logpoint-windows.yml",
58+
"config/logstash-defaultindex.yml",
59+
"config/logstash-linux.yml",
60+
"config/logstash-windows.yml",
61+
"config/mitre/tactics.json",
62+
"config/mitre/techniques.json",
63+
"config/netwitness.yml",
64+
"config/powershell.yml",
65+
"config/qradar.yml",
66+
"config/qualys.yml",
67+
"config/splunk-windows-index.yml",
68+
"config/splunk-windows.yml",
69+
"config/splunk-zeek.yml",
70+
"config/sumologic.yml",
71+
"config/thor.yml",
72+
"config/winlogbeat-modules-enabled.yml",
73+
"config/winlogbeat-old.yml",
74+
"config/winlogbeat.yml",
7175
]),
7276
('etc/sigma/generic', [
7377
'config/generic/sysmon.yml',

0 commit comments

Comments
 (0)