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 bb16d97 commit aec612aCopy full SHA for aec612a
contentctl/objects/mitre_attack_enrichment.py
@@ -20,7 +20,7 @@ class MitreTactics(StrEnum):
20
EXFILTRATION = "Exfiltration"
21
IMPACT = "Impact"
22
23
-from enum import StrEnum
+
24
class AttackGroupMatrix(StrEnum):
25
mitre_attack = "mitre-attack"
26
0 commit comments