From 51e9689425d2b83585ee5f0b4458ee0ab9226bd9 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Fri, 6 Dec 2019 22:13:44 +0100 Subject: [PATCH] Sigmatool release 0.15.0 --- CHANGELOG.md | 13 +++++++++++-- tools/setup.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb37089d47..0c3e48d37ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,25 @@ 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.15.0 ### Added -* sigma-uuid tool +* sigma-uuid tool for addition and check of Sigma rule identifiers +* Default configurations +* Restriction of compared rules in sigma-similarity +* Regular expression support in es-dsl backend +* LimaCharlie support for proxy rule category +* Source distribution for PyPI ### Changed * Type errors are now ignored with -I +### Fixed + +* Removed wrong mapping of CommandLine field mapping in THOR config + ## 0.14 ### Added diff --git a/tools/setup.py b/tools/setup.py index ef57f9bec15..f192eb80637 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -13,7 +13,7 @@ setup( name='sigmatools', - version='0.14', + version='0.15.0', description='Tools for the Generic Signature Format for SIEM Systems', long_description=long_description, long_description_content_type="text/markdown",