Skip to content

Commit aaa5874

Browse files
committed
fix: remove references to log source SDOs
1 parent bad4597 commit aaa5874

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mitreattack/diffStix/changelog_helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def __init__(
122122
"datacomponents",
123123
"detectionstrategies",
124124
"analytics",
125-
"logsources",
126125
]
127126
self.use_mitre_cti = use_mitre_cti
128127
self.verbose = verbose
@@ -144,7 +143,6 @@ def __init__(
144143
"datacomponents": "Data Components",
145144
"detectionstrategies": "Detection Strategies",
146145
"analytics": "Analytics",
147-
"logsources": "Log Sources",
148146
}
149147

150148
self.section_descriptions = {
@@ -675,7 +673,6 @@ def parse_extra_data(self, data_store: stix2.MemoryStore, domain: str, datastore
675673
"datacomponents": [Filter("type", "=", "x-mitre-data-component")],
676674
"detectionstrategies": [Filter("type", "=", "x-mitre-detection-strategy")],
677675
"analytics": [Filter("type", "=", "x-mitre-analytic")],
678-
"logsources": [Filter("type", "=", "x-mitre-log-source")],
679676
}
680677
for object_type, stix_filters in attack_type_to_stix_filter.items():
681678
raw_data = []

0 commit comments

Comments
 (0)