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

Commit 2a935ab

Browse files
committed
update changelog
1 parent 2a311c5 commit 2a935ab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Changes staged on Develop
2+
# v1.9.2
3+
## Fixes
4+
- Patched list of data sources in [techniques_data_sources_vis.py](/scripts/techniques_data_sources_vis.py) and [techniques_from_Data_source.py](/scripts/techniques_from_Data_source.py) to use current data sources.
15
# v1.9.1 - 9 April 2021
26
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.
37

scripts/techniques_from_data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def techniques(data_source):
4141
)
4242
parser.add_argument("-data_source",
4343
type=str,
44-
default="Windows Registry",
44+
default="User Account: User Account Creation",
4545
help="the datasource by which to filter techniques. Default value is '%(default)s'."
4646
)
4747

0 commit comments

Comments
 (0)