Skip to content

Commit f2d3c77

Browse files
committed
fix: add support for detection strategy>technique detection relationships in changelog_helper
1 parent a0ac29c commit f2d3c77

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mitreattack/diffStix/changelog_helper.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ def __init__(
116116
"assets",
117117
"mitigations",
118118
"datasources",
119-
"datacomponents"
119+
"datacomponents",
120+
"detectionstrategies",
121+
"analytics",
122+
"logsources"
120123
]
121124
self.use_mitre_cti = use_mitre_cti
122125
self.verbose = verbose

0 commit comments

Comments
 (0)