Merge branch 'attack_configuration' of https://github.com/VakarisZ/monkey into attack_configuration

This commit is contained in:
VakarisZ 2019-04-29 09:55:15 +03:00
commit c055820a0d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def r_alter_array(config_value, array_name, field, remove=True):
def get_technique_values():
"""
Parses ATT&CK config into a dic of techniques and corresponding values.
Parses ATT&CK config into a dict of techniques and corresponding values.
:return: Dictionary of techniques. Format: {"T1110": True, "T1075": False, ...}
"""
attack_config = get_config()