Skip to content

Commit

Permalink
Sigmatools release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Nov 9, 2019
1 parent 8cc16d2 commit feb836c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ from version 0.14.0.

Changes from this section will be contained in the next release.

## 0.14

### Added

* sigma-similarity tool
Expand All @@ -26,6 +28,11 @@ Changes from this section will be contained in the next release.
* Searches not bound to fields are restricted to keyword fields in es-qs backend
* Graylog backend now based on es-qs backend

### Fixed

* Removed ProcessCommandLine mapping for Windows Security EventID 4688 in generic
process creation log source configuration.

## 0.13

### Added
Expand Down
32 changes: 16 additions & 16 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 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.13',
version='0.14',
description='Tools for the Generic Signature Format for SIEM Systems',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -36,7 +36,7 @@
keywords='security monitoring siem logging signatures elasticsearch splunk ids sysmon',
packages=['sigma', 'sigma.backends', 'sigma.config', 'sigma.parser', 'sigma.parser.modifiers'],
python_requires='~=3.6',
install_requires=['PyYAML', 'pymisp'],
install_requires=['PyYAML', 'pymisp', 'progressbar2'],
extras_require={
'test': ['coverage', 'yamllint'],
},
Expand Down Expand Up @@ -70,5 +70,6 @@
'sigmac',
'merge_sigma',
'sigma2misp',
'sigma-similarity',
]
)

0 comments on commit feb836c

Please sign in to comment.