We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0745169 commit 4216c45Copy full SHA for 4216c45
contentctl/objects/detection_tags.py
@@ -196,7 +196,11 @@ def sameTypeAndSubtypeNotPresent(
196
error_string = "\n".join(
197
str(e) for e in subtype_and_parent_exist_exceptions
198
)
199
- raise ValueError(
+ # raise ValueError(
200
+ # "Overlapping MITRE Attack ID Tactics and Subtactics may not be defined. "
201
+ # f"Remove the tactic and keep the subtactic:\n{error_string}"
202
+ # )
203
+ print(
204
"Overlapping MITRE Attack ID Tactics and Subtactics may not be defined. "
205
f"Remove the tactic and keep the subtactic:\n{error_string}"
206
0 commit comments