Skip to content

Commit feb836c

Browse files
committed
Sigmatools release 0.14
1 parent 8cc16d2 commit feb836c

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ from version 0.14.0.
1010

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

13+
## 0.14
14+
1315
### Added
1416

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

31+
### Fixed
32+
33+
* Removed ProcessCommandLine mapping for Windows Security EventID 4688 in generic
34+
process creation log source configuration.
35+
2936
## 0.13
3037

3138
### Added

Pipfile.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/setup.py

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

1414
setup(
1515
name='sigmatools',
16-
version='0.13',
16+
version='0.14',
1717
description='Tools for the Generic Signature Format for SIEM Systems',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
@@ -36,7 +36,7 @@
3636
keywords='security monitoring siem logging signatures elasticsearch splunk ids sysmon',
3737
packages=['sigma', 'sigma.backends', 'sigma.config', 'sigma.parser', 'sigma.parser.modifiers'],
3838
python_requires='~=3.6',
39-
install_requires=['PyYAML', 'pymisp'],
39+
install_requires=['PyYAML', 'pymisp', 'progressbar2'],
4040
extras_require={
4141
'test': ['coverage', 'yamllint'],
4242
},
@@ -70,5 +70,6 @@
7070
'sigmac',
7171
'merge_sigma',
7272
'sigma2misp',
73+
'sigma-similarity',
7374
]
7475
)

0 commit comments

Comments
 (0)