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

Commit 237d043

Browse files
authored
Merge pull request #67 from jcwilliamsATmitre/patch-2
Data source values to lowercase
2 parents 2a935ab + 4bf765b commit 237d043

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

scripts/techniques_data_sources_vis.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -480,18 +480,18 @@ def defaultStr(multi=False):
480480
nargs="+",
481481
metavar=("datasource1", "datasource2"),
482482
default=[
483-
"User Account: User Account Creation",
484-
"Active Directory: Active Directory Object Creation",
485-
"Container: Container Creation",
486-
"Driver: Driver Load",
487-
"File: File Deletion",
488-
"Firmware: Firmware Modification",
489-
"Instance: Instance Creation",
490-
"Logon Session: Logon Session Metadata",
491-
"Scheduled Job: Scheduled Job Creation",
492-
"Service: Service Modification",
493-
"Process: Process Metadata",
494-
"Sensor Health: Host Status"
483+
"user account: user account creation",
484+
"active directory: active directory object creation",
485+
"container: container creation",
486+
"driver: driver load",
487+
"file: file deletion",
488+
"firmware: firmware modification",
489+
"instance: instance creation",
490+
"logon session: logon session metadata",
491+
"scheduled job: scheduled job creation",
492+
"service: service modification",
493+
"process: process metadata",
494+
"sensor health: host status"
495495
],
496496
help="list data source names for datasources written in techniques_datasources.csv." + defaultStr(True)
497497
)

0 commit comments

Comments
 (0)