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

Added a sync.WaitGroup to the reporter module, which is used to ensure that the routine that reports the workflow end wg.Wait()-s before executing, allowing for all other reporting subroutines to...

**Describe the bug** Asynchronous reporting for step start and end results in playbook execution continuing, and the playbook executing being marked as complete, before reporting step end is triggered. And,...

Currently, there is no way to cancel an ongoing execution. For example, if a step is taking too long, there is a long loop etc. the execution will continue at...

enhancement

To fix this, I changed the logic of assignment of the ID of the next step to execute. The new logic is more in line with a consistent use of...

https://stackoverflow.com/questions/22267189/what-does-the-w-flag-mean-when-passed-in-via-the-ldflags-option-to-the-go-comman

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** I'm having some difficulty with while conditions. I was attempting to use a minimally modified version of the sample playbook here https://cossas.github.io/SOARCA/docs/concepts/executable-playbooks/ I also created a minimal...

The [main execution flow](https://cossas.github.io/SOARCA/docs/core-components/soarca-application-design/) does not reflect the current implementation this needs to be updated