♻️ Introducing Custom Statuses #25
behemothsecurity
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For many Detection Engineering teams, it's important to define their own detection lifecycle. There is so many variants, specificities and different mental models that each team need to take in account, that no standard taxonomy will address completely. We could multiply available statuses, but only to add too many irrelevant options for many.
Thus our new architecture is simple :
Configurations/deployment.tomlcontains a new comprehensive structure to create custom statuses, add a description, and assign a strategy.deployment.tomlconfiguration file, so existing teams are not affected, or if the existing status list is good enough, no perceived change from this release. Any change from the instance configurations immediately replace them with the new values.Usage
Create custom statuses in your
deployment.tomlconfiguration file by adding status definitionsDemo
All reactions