SecurityBrewery / catalyst

⚡️ Catalyst is a self-hosted, open source incident response platform and ticket system that helps to automate alert handling and incident response processes
https://catalyst.security-brewery.com/
GNU Affero General Public License v3.0
350 stars 37 forks source link

feat: enum custom field #1090

Closed cugu closed 3 months ago

cugu commented 3 months ago

Add enum custom fields that render as select elements in the UI.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.33%. Comparing base (aba3dfa) to head (4c11366).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1090 +/- ## ========================================== + Coverage 80.01% 80.33% +0.32% ========================================== Files 31 31 Lines 1281 1302 +21 ========================================== + Hits 1025 1046 +21 Misses 161 161 Partials 95 95 ```