Actions
Feature #4774
openrules: analysis output that shows rules per 'progress' value
Description
JSON (and/or YAML?) output to show the protocol progress states vs the rules that are evaluated per state. Perhaps also a variant that just shows the engines.
E.g. something like
progress:
htp_request_line:
engines:
- http.method
- http.uri
sids:
- 555
- 444
htp_request_headers:
engines:
- http.headers
- http.headers_raw
- http.start
sids:
- 111
- 222
Goal is to provide more insight into how rules are evaluated / in what order they are executed.
Updated by Philippe Antoine 4 months ago
- Assignee set to OISF Dev
- Target version set to TBD
Actions