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

Commit 16eeafa

Browse files
committed
merging in develop
2 parents f618415 + 896ea8b commit 16eeafa

29 files changed

+27
-3755
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.9.1 - 9 April 2021
2+
With the release of our [mitreattack-python](https://github.com/mitre-attack/mitreattack-python) pip module, we're removing the tools previously found in the `layers` folder as they are now part of that module.
3+
4+
## Improvements
5+
- Updated documentation to highlight the new [mitreattack-python](https://github.com/mitre-attack/mitreattack-python) pip module.
6+
- Removed the scripts in the `layers` folder which are now part of [mitreattack-python](https://github.com/mitre-attack/mitreattack-python).
7+
- Cleaned up `requirements.txt` to remove modules that are no longer required.
8+
9+
110
# v1.9.0 - 23 March 2021
211
## Improvements
312
- [diff_stix.py](scripts/diff_stix.py) now supports an `--unchanged` argument which adds a section listing objects which did _not_ change between releases.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# attack-scripts
22

3-
This repository contains various tools and utilities for working with ATT&CK content.
3+
This repository contains standalone scripts and utilities for working with ATT&CK.
44
- the [scripts](scripts) folder contains one-off scripts for processing and visualizing ATT&CK content.
55
- the [scripts/layers/samples](scripts/layers/samples) folder contains one-off scripts demonstrating the generation of ATT&CK Navigator layers from ATT&CK data. The outputs of these scripts can also be found on the [ATT&CK Navigator repository](https://github.com/mitre-attack/attack-navigator/tree/master/layers/data/samples).
6-
- the [layers](layers) folder contains a collection of modules and scripts for working with [ATT&CK Navigator](https://github.com/mitre-attack/attack-navigator) layers.
6+
7+
See also our [mitreattack-python](https://github.com/mitre-attack/mitreattack-python/) pip module for more python tools!
78

89
## Requirements
910
- [python3](https://www.python.org/)

layers/README.md

Lines changed: 1 addition & 246 deletions
Large diffs are not rendered by default.

layers/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

layers/core/__init__.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

layers/core/exceptions.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

layers/core/filter.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

layers/core/gradient.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)