mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Fixing tests after intel merge.
This commit is contained in:
parent
a40b00d4ab
commit
edf6750e3d
4 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
@load base/frameworks/intel
|
||||
|
||||
module Intel;
|
||||
|
||||
## These are some fields to add extended compatibility between Bro and the Collective
|
||||
|
@ -10,4 +12,4 @@ redef record Intel::MetaData += {
|
|||
cif_severity: string &optional;
|
||||
## Maps to the Confidence field in the Collective Intelligence Framework.
|
||||
cif_confidence: double &optional;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue