feat: add ThreatActorEntity domain entity with coverage analysis (Tier 4)
This commit is contained in:
@@ -5,6 +5,7 @@ from app.domain.entities.compliance import (
|
||||
ControlCoverageStatus,
|
||||
)
|
||||
from app.domain.entities.technique import TechniqueEntity
|
||||
from app.domain.entities.threat_actor import ThreatActorEntity, ThreatActorTechniqueRef
|
||||
|
||||
__all__ = [
|
||||
"CampaignEntity",
|
||||
@@ -12,4 +13,6 @@ __all__ = [
|
||||
"ComplianceFrameworkEntity",
|
||||
"ControlCoverageStatus",
|
||||
"TechniqueEntity",
|
||||
"ThreatActorEntity",
|
||||
"ThreatActorTechniqueRef",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user