Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 6a2b363

Browse files
committed
Add v1.4 and v1.4.1 to changelog
1 parent d72369f commit 6a2b363

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Added scripts used to generate the [sample layers in the ATT&CK Navigator reposi
66
- [apt3_apt29_software.py](scripts/layers/samples/apt3_apt29_software.py)
77
- [software_execution.py](scripts/layers/samples/software_execution.py)
88

9+
# V1.4.1 - 18 May 2020
10+
## New Scripts
11+
- New script [technique_mappings_to_csv.py](technique_mappings_to_csv.py) added to support mapping Techniques with Mitigations, Groups or Software. The output is a CSV file. Added in PR [#23](https://github.com/mitre-attack/attack-scripts/pull/23)
12+
## Improvements
13+
- Updated [diff_stix.py](scripts/diff_stix.py) with sub-techniques support. See issue [#12](https://github.com/mitre-attack/attack-scripts/issues/12).
14+
## Fixes
15+
- Fixed bug in LayerOps causing issues with cross-tactic techniques, as well as a bug where a score lambda could affect the outcome of other lambdas.
16+
17+
# V1.4 - 5 May 2020
18+
## New Scripts
19+
- Added Layers folder with utility scripts for working with [ATT&CK Navigator](https://github.com/mitre-attack/attack-navigator) Layers. See the Layers [README](layers/README.md) for more details. See issues [#2](https://github.com/mitre-attack/attack-scripts/issues/2) and [#3](https://github.com/mitre-attack/attack-scripts/issues/3).
20+
921
# V1.3 - 8 January 2019
1022
## New Scripts
1123
- Added [diff_stix.py](scripts/diff_stix.py).

0 commit comments

Comments
 (0)