mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Add the ability to run in offline mode
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
Describe the solution you'd like
Once everything is downloaded with an internet connection it would be nice to be able to run it in a closed environment without an external connection.
Additional context
Currently when trying to run it without a connection the rest-api dies since the scheduler checks for updates to the collection and when it fails it throws an unhandled exception which kills the docker.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the REST API scheduler's collection-update check and the exception path triggered when no external connection is available. Review how the Docker deployment stays running after that failure. Done means a previously downloaded collection can run in a closed environment without the REST API or Docker process being killed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, docker, typescript
- Domain
- backend, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100