Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Feb 25, 2020
1 parent 4e42beb commit 65444f7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
from version 0.14.0.

## Unreleased
## 0.16.0 - 2020-02-25

### Added

Expand Down
46 changes: 25 additions & 21 deletions tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='sigmatools',
version='0.15.0',
version='0.16.0',
description='Tools for the Generic Signature Format for SIEM Systems',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -48,26 +48,30 @@
},
data_files=[
('etc/sigma', [
'config/sumologic.yml',
'config/logstash-defaultindex.yml',
'config/powershell.yml',
'config/logstash-windows.yml',
'config/splunk-windows.yml',
'config/splunk-windows-index.yml',
'config/netwitness.yml',
'config/arcsight.yml',
'config/qualys.yml',
'config/logstash-linux.yml',
'config/thor.yml',
'config/filebeat-defaultindex.yml',
'config/logpoint-windows.yml',
'config/helk.yml',
'config/qradar.yml',
'config/winlogbeat-modules-enabled.yml',
'config/winlogbeat.yml',
'config/winlogbeat-old.yml',
'config/ecs-proxy.yml',
'config/limacharlie.yml',
"config/arcsight.yml",
"config/carbon-black.yml",
"config/ecs-proxy.yml",
"config/filebeat-defaultindex.yml",
"config/helk.yml",
"config/limacharlie.yml",
"config/logpoint-windows.yml",
"config/logstash-defaultindex.yml",
"config/logstash-linux.yml",
"config/logstash-windows.yml",
"config/mitre/tactics.json",
"config/mitre/techniques.json",
"config/netwitness.yml",
"config/powershell.yml",
"config/qradar.yml",
"config/qualys.yml",
"config/splunk-windows-index.yml",
"config/splunk-windows.yml",
"config/splunk-zeek.yml",
"config/sumologic.yml",
"config/thor.yml",
"config/winlogbeat-modules-enabled.yml",
"config/winlogbeat-old.yml",
"config/winlogbeat.yml",
]),
('etc/sigma/generic', [
'config/generic/sysmon.yml',
Expand Down

0 comments on commit 65444f7

Please sign in to comment.