Documentation #8372
closedrules: fix typos/ missing keywords in rule examples
Description
As shown in https://github.com/OISF/suricata/pull/15015, typos and missing keywords can happen (and do exist) in the docs,
since rules used in examples many times aren't tested.
Review the existing rules and fix them.
Besides the ones fixed on that PR, capture-hardware/ebpf-xdp.rst has two.
Would be good if we could automate this, somehow, after fixing the docs...
JF Updated by Juliana Fajardini Reichow 28 days ago
- Status changed from New to In Review
PR for review: https://github.com/OISF/suricata/pull/15068
There may be more, but didn't know how to search
PA Updated by Philippe Antoine 28 days ago
git grep "any any" doc
git grep "alert " doc | grep sid
JF Updated by Juliana Fajardini Reichow 17 days ago
- Assignee changed from Juliana Fajardini Reichow to Philippe Antoine
Assigning to Philippe as he's interested in trying some techniques to address this one.
PA Updated by Philippe Antoine 15 days ago
- Status changed from In Review to In Progress
PA Updated by Philippe Antoine 15 days ago
- Status changed from In Progress to In Review
PA Updated by Philippe Antoine 15 days ago
There may be more, but didn't know how to search
6 more found including
Error: detect-bsize: signature can't match as required content length 16 exceeds bsize value: 14 [DetectBsizeValidateContentCallback:detect-bsize.c:91]
which is hard to spot by just reading the signature
JI Updated by Jason Ish about 1 hour ago
- Status changed from In Review to Closed
Merged.