SOARCA icon indicating copy to clipboard operation
SOARCA copied to clipboard

SOARCA - The Open Source CACAO-based Security Orchestrator!

Results 102 SOARCA issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Execution of actions step types should be dependent on the type of the action and not on the agent. Although...

enhancement
cacao

**Is your feature request related to a problem? Please describe.** To allow for imports from other go programs the module name needs to change to github.com/COSSAS/soarca

**Is your feature request related to a problem? Please describe.** To allow for caldera command usage in playbooks we want to implement it. This PR adds the documentation for the...

If I configure DATABASE_NAME: "test" in my .env, the Mongo client still connects to "admin" database The setupDatabase in https://github.com/COSSAS/SOARCA/blob/development/internal/controller/controller.go does not use the DATABASE_NAME so Mongo will use the...

**Is your feature request related to a problem? Please describe.** The unit complexity of the reporter is greater than it could be, as we are scheduling function calls asynchronously. **Describe...

**Describe the bug** Due to reporting calls being async go routines, and due to the hive reporting being performed via HTTP requests, some of which count on previously submitted HTTP...

As we're testing with The Hive reporting connectors, it would be great to have a dedicated folder in the project to plug-in all integrations code, instead of writing integration modules...

Since we have both CACAO schema validation, and some more dynamic validation checks, we could expose these functionalities via an API that can be used for a quick simple check...

enhancement
good first issue

Documentation bits for adding the connectors concept