You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reopened this issue, because I still miss a couple of things. The purpose of this issue is, to make it as easy as possible for developers to create new executors. Currently it is necessary to create an executor, a schema for the correlating command and then the developer has to register the executor in that init.py and has to declare an initializer for the executor in attackmate.py and has to write an condition for the command-type to run the command with the correlating executor. I think we should brainstorm about possible solutions
Currently adding an executor to attackmate is done in attackmate.py and it is necessary to initialize the executor(
attackmate/src/attackmate/attackmate.py
Line 62 in b09912a
attackmate/src/attackmate/attackmate.py
Line 112 in b09912a
The text was updated successfully, but these errors were encountered: