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

Commit

Permalink
merging in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
isaisabel committed Apr 9, 2021
2 parents f618415 + 896ea8b commit 16eeafa
Show file tree
Hide file tree
Showing 29 changed files with 27 additions and 3,755 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.9.1 - 9 April 2021
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.

## Improvements
- Updated documentation to highlight the new [mitreattack-python](https://github.com/mitre-attack/mitreattack-python) pip module.
- Removed the scripts in the `layers` folder which are now part of [mitreattack-python](https://github.com/mitre-attack/mitreattack-python).
- Cleaned up `requirements.txt` to remove modules that are no longer required.


# v1.9.0 - 23 March 2021
## Improvements
- [diff_stix.py](scripts/diff_stix.py) now supports an `--unchanged` argument which adds a section listing objects which did _not_ change between releases.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# attack-scripts

This repository contains various tools and utilities for working with ATT&CK content.
This repository contains standalone scripts and utilities for working with ATT&CK.
- the [scripts](scripts) folder contains one-off scripts for processing and visualizing ATT&CK content.
- 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).
- 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.

See also our [mitreattack-python](https://github.com/mitre-attack/mitreattack-python/) pip module for more python tools!

## Requirements
- [python3](https://www.python.org/)
Expand Down
247 changes: 1 addition & 246 deletions layers/README.md

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions layers/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions layers/core/__init__.py

This file was deleted.

107 changes: 0 additions & 107 deletions layers/core/exceptions.py

This file was deleted.

65 changes: 0 additions & 65 deletions layers/core/filter.py

This file was deleted.

97 changes: 0 additions & 97 deletions layers/core/gradient.py

This file was deleted.

Loading

0 comments on commit 16eeafa

Please sign in to comment.