Merge remote-tracking branch 'origin/topic/vern/dyn-sig-actions'

* origin/topic/vern/dyn-sig-actions:
  allow signature actions to be dynamically updated
This commit is contained in:
Tim Wojtulewicz 2023-07-17 16:35:06 -07:00
commit 819b79e121
3 changed files with 7 additions and 3 deletions

View file

@ -101,8 +101,8 @@ export {
host_count: count &log &optional;
};
## Actions for a signature.
const actions: table[string] of Action = {
## Actions for a signature. Can be updated dynamically.
global actions: table[string] of Action = {
["unspecified"] = SIG_IGNORE, # place-holder
} &redef &default = SIG_ALARM;