zeek / zeek-client

Experimental implementation of Zeek's future cluster management client
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Relax Event validation #29

Closed awelzel closed 1 year ago

awelzel commented 1 year ago

Changes to add metadata to Zeek events require clients to be more lax in what they expect. Loosen the validation to allow for more element in vectors rather than being overly strict.

This does not implement handling/recognizing of metadata attached to events - only makes it compatible with the most recent Zeek development version.