Add get_tags_by_category BIF method

This commit is contained in:
bhaskarbhar 2025-06-03 22:06:14 +05:30 committed by Tim Wojtulewicz
parent 4db7d40894
commit 04d6fa3cb7
8 changed files with 120 additions and 3 deletions

View file

@ -317,6 +317,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
{"global_ids", ATTR_IDEMPOTENT},
{"global_options", ATTR_IDEMPOTENT},
{"gsub", ATTR_FOLDABLE},
{"get_tags_by_category", ATTR_NO_ZEEK_SIDE_EFFECTS},
{"has_event_group", ATTR_NO_ZEEK_SIDE_EFFECTS},
{"has_module_events", ATTR_NO_ZEEK_SIDE_EFFECTS},
{"have_spicy", ATTR_IDEMPOTENT},