From 0cd5ae01780d08da2eeec2778215373ef5c9293d Mon Sep 17 00:00:00 2001 From: DC3-TSD <12175126+DC3-DCCI@users.noreply.github.com> Date: Wed, 25 Jan 2023 17:50:40 -0500 Subject: [PATCH] 3.10.0 release --- CHANGELOG.md | 5 +++-- mwcp/__init__.py | 2 +- mwcp/cli.py | 2 +- mwcp/config/schema.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bbf4e..0187054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [3.10.0] - 2023-01-25 ### Added - Added `.with_encoding()` function on `EncryptionKey` metadata elements for telling MWCP how to display encryption keys in the text report. @@ -575,7 +575,8 @@ It is assumed if you are not updating/adding tests. - Fixed broken markdown headings from @bryant1410 -[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.9.0...HEAD +[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.10.0...HEAD +[3.10.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.9.0...3.10.0 [3.9.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.8.0...3.9.0 [3.8.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.7.0...3.8.0 [3.7.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.2...3.7.0 diff --git a/mwcp/__init__.py b/mwcp/__init__.py index 6a11f27..7b0e6bd 100644 --- a/mwcp/__init__.py +++ b/mwcp/__init__.py @@ -24,4 +24,4 @@ from mwcp.exceptions import * -__version__ = "3.9.1" +__version__ = "3.10.0" diff --git a/mwcp/cli.py b/mwcp/cli.py index 08f4083..662d382 100644 --- a/mwcp/cli.py +++ b/mwcp/cli.py @@ -658,7 +658,7 @@ def test( mwcp test - Run all tests cases. mwcp test foo - Run test cases for foo parser. mwcp test foo -u - Update existing test cases for foo parser. - mwcp test foo -u --recursive - Update existing test cases for foo parser with recursive YARA matching for undientified files. + mwcp test foo -u --recursive - Update existing test cases for foo parser with recursive YARA matching for unidentified files. mwcp test -u - Update existing test cases for all parsers. mwcp test --lf - Rerun previously failed test cases. mwcp test --lf -u - Update test cases that previously failed. diff --git a/mwcp/config/schema.json b/mwcp/config/schema.json index 432b221..5ffe816 100644 --- a/mwcp/config/schema.json +++ b/mwcp/config/schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/3.9.1/mwcp/config/schema.json", + "$id": "https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/3.10.0/mwcp/config/schema.json", "title": "Report", "description": "Defines the report of all metadata elements.", "type": "object",