Skip to content

Commit 51e9689

Browse files
committed
Sigmatool release 0.15.0
1 parent 58d8512 commit 51e9689

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,25 @@ 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.15.0
1010

1111
### Added
1212

13-
* sigma-uuid tool
13+
* sigma-uuid tool for addition and check of Sigma rule identifiers
14+
* Default configurations
15+
* Restriction of compared rules in sigma-similarity
16+
* Regular expression support in es-dsl backend
17+
* LimaCharlie support for proxy rule category
18+
* Source distribution for PyPI
1419

1520
### Changed
1621

1722
* Type errors are now ignored with -I
1823

24+
### Fixed
25+
26+
* Removed wrong mapping of CommandLine field mapping in THOR config
27+
1928
## 0.14
2029

2130
### Added

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='sigmatools',
16-
version='0.14',
16+
version='0.15.0',
1717
description='Tools for the Generic Signature Format for SIEM Systems',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)