antonatos
antonatos
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...
### Bug Description if you enter a bogus port, like 42342344, the value is allowed. ### To Reproduce 1. Create new credentials 2. Select SMTP as type 3. Enter a...
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...