Actions
Documentation #6478
openschema: add missing fields
Affected Versions:
Effort:
Difficulty:
Label:
Beginner, Good First Issue, Outreachy
Description
With the addition of the JSON schema (see https://github.com/OISF/suricata/blob/master/etc/schema.json) and SV checks to validate it, it's important to ensure that it is complete.
Running git grep set_string rust/src/ | cut -d'"' -f2 | sort | uniq | grep -v : | while read i; do echo -n $i; git grep $i etc/schema.json | wc -l; done | awk '$2 == 0'
shows for instance that server_security_failure_reason
is missing in etc/schema.json for rfb
Updated by Philippe Antoine 12 months ago
- Related to Task #6443: Suricon 2023 brainstorm added
Updated by Juliana Fajardini Reichow 12 months ago
- Label Good First Issue, Outreachy added
Updated by Victor Julien 12 months ago
- Related to Task #6463: eve/output: investigate how to track coverage / parity added
Updated by Juliana Fajardini Reichow 12 months ago
- Subject changed from schema completion to schema: add missing fields
- Description updated (diff)
- Assignee changed from OISF Dev to Community Ticket
- Target version changed from TBD to 8.0.0-beta1
Updated by Philippe Antoine 12 months ago
- Related to Optimization #6502: schema: avoid - and . in keys added
Updated by Juliana Fajardini Reichow 12 months ago
- Related to Documentation #6566: userguide: add description for missing EVE krb fields added
Updated by Juliana Fajardini Reichow 11 months ago
- Related to Story #6597: rules: improve rules keyword/output parity added
Updated by Philippe Antoine 11 months ago
Another quick idea : use fuzz corpus turned into pcaps to get a big eve.json and then try jsonschema on it
Updated by Victor Julien 5 months ago
- Target version changed from 8.0.0-beta1 to TBD
Actions