center-for-threat-informed-defense / attack-workbench-rest-api

An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains the REST API service for storing, querying, and editing ATT&CK objects.
https://ctid.mitre-engenuity.org/
Apache License 2.0
40 stars 22 forks source link

Add late binding to the base service #340

Closed ElJocko closed 7 months ago

ElJocko commented 7 months ago

Add late binding to the base service for the attack objects service and the identities service. This is to avoid circular dependencies (where the base service depends on the attack objects and identities services, but those services depend on the base service).