Skip to content

Commit

Permalink
3.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Mar 1, 2023
1 parent ba7582f commit 907069b
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 40 deletions.
73 changes: 37 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.


## [Unreleased]
## [3.11.0] - 2023-02-21

### Added
- Added ability to provide external knowledge_base information. (see [documentation](docs/ParserComponents.md#external-knowledge))
Expand Down Expand Up @@ -194,10 +194,10 @@ command that would be run given the other options provided in the command line.
- The "Tags" column in the generated report won't be shown if there are no tags in the table.

### Fixed
- Fixed UnicodeDecodeError that can occur when printing a report with nested metadata elements. ([\#31](https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/issues/31))
- Fixed UnicodeDecodeError that can occur when printing a report with nested metadata elements. ([\#31](https://github.com/dod-cyber-crime-center/DC3-MWCP/issues/31))
- Include missing "Mode" column from EncryptionKey report tables.
- Fixed rendering for values with line breaks in the HTML report output.
- Removed obfuscated powershell examples from poshdeob causing a VT hit. ([\#32](https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/issues/32))
- Removed obfuscated powershell examples from poshdeob causing a VT hit. ([\#32](https://github.com/dod-cyber-crime-center/DC3-MWCP/issues/32))


## [3.4.0] - 2021-10-06
Expand Down Expand Up @@ -507,7 +507,7 @@ It is assumed if you are not updating/adding tests.
- `disableautosubfieldparsing`

### Fixed
- Add ability to set decoder directory from the `run_kordesii_decoder()` function by @ddash-ct ([\#8](https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/issues/8))
- Add ability to set decoder directory from the `run_kordesii_decoder()` function by @ddash-ct ([\#8](https://github.com/dod-cyber-crime-center/DC3-MWCP/issues/8))


## [1.4.1] - 2018-10-15
Expand All @@ -517,7 +517,7 @@ It is assumed if you are not updating/adding tests.
- Refactored testing utility and force a failed test if a test case or parser is missing.

### Fixed
- Fixed bug where new parsers in the default directory were not getting registered. ([\#6](https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/issues/6))
- Fixed bug where new parsers in the default directory were not getting registered. ([\#6](https://github.com/dod-cyber-crime-center/DC3-MWCP/issues/6))


## [1.4.0] - 2018-08-07
Expand Down Expand Up @@ -562,7 +562,7 @@ It is assumed if you are not updating/adding tests.
## [1.2.0] - 2018-04-17
### Added
- Support for multiprocessing in tester.
- Helper function for running [kordesii](https://github.com/Defense-Cyber-Crime-Center/kordesii) decoders in FileObject class.
- Helper function for running [kordesii](https://github.com/dod-cyber-crime-center/kordesii) decoders in FileObject class.
- Enhancements to Dispatcher.
- Added option to not output unidentified files.
- Added option to force overwriting descriptions.
Expand Down Expand Up @@ -603,33 +603,34 @@ 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.10.1...HEAD
[3.10.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.10.0...3.10.1
[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
[3.6.2]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.1...3.6.2
[3.6.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.0...3.6.1
[3.6.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.5.0...3.6.0
[3.5.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.4.0...3.5.0
[3.4.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.3.2...3.4.0
[3.3.2]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.3.1...3.3.2
[3.3.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.3.0...3.3.1
[3.3.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.2.1...3.3.0
[3.2.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/2.2.0...3.0.0
[2.2.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/2.2.0...2.2.0
[2.1.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/2.0.3...2.1.0
[2.0.3]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/1.4.1...2.0.0
[1.4.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/1.0.0...1.1.0
[Unreleased]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.11.0...HEAD
[3.11.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.10.1...3.11.0
[3.10.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.10.0...3.10.1
[3.10.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.9.0...3.10.0
[3.9.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.8.0...3.9.0
[3.8.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.7.0...3.8.0
[3.7.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.6.2...3.7.0
[3.6.2]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.6.1...3.6.2
[3.6.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.6.0...3.6.1
[3.6.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.5.0...3.6.0
[3.5.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.4.0...3.5.0
[3.4.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.3.2...3.4.0
[3.3.2]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.3.1...3.3.2
[3.3.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.3.0...3.3.1
[3.3.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.2.1...3.3.0
[3.2.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.2.0...3.2.1
[3.2.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/2.2.0...3.0.0
[2.2.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/2.2.0...2.2.0
[2.1.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/2.0.3...2.1.0
[2.0.3]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/1.4.1...2.0.0
[1.4.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/1.0.0...1.1.0
2 changes: 1 addition & 1 deletion mwcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from mwcp.exceptions import *


__version__ = "3.10.1"
__version__ = "3.11.0"
2 changes: 1 addition & 1 deletion mwcp/config/schema.json
Original file line number Diff line number Diff line change
@@ -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.10.1/mwcp/config/schema.json",
"$id": "https://github.com/raw/dod-cyber-crime-center/DC3-MWCP/3.11.0/mwcp/config/schema.json",
"title": "Report",
"description": "Defines the report of all metadata elements.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion mwcp/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def schema(id=None) -> dict:
"""
if id is None:
id = (
f"https://github.com/raw/Defense-Cyber-Crime-Center/DC3-MWCP/"
f"https://github.com/raw/dod-cyber-crime-center/DC3-MWCP/"
f"{mwcp.__version__}/mwcp/config/schema.json"
)
schema = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "report",
"tags": [],
"mwcp_version": "3.10.1",
"mwcp_version": "3.11.0",
"input_file": {
"type": "file",
"tags": [],
Expand Down

0 comments on commit 907069b

Please sign in to comment.