Actions
Feature #3975
closedSuricata-Verify: Add JSON schema validation to EVE output.
Effort:
Difficulty:
Label:
Description
Add a feature, or command that validates all eve.json through a JSON schema. This doesn't have to become part of each test, but is something that could be run after a full run of suricata-verify over all found eve.json files.
Something like this would have caught "fileinfo" being an array in alerts, while an object in "fileinfo" records by having a schema requiring that .fileinfo was an object.
Actions