Actions
Bug #6300
closedconfig: includes provided as a sequence are loaded into the wrong parent configuration node
Affected Versions:
Effort:
Difficulty:
Label:
Description
Given a suricata.yaml
like:
some-field: some-value include: - one.yaml
The contents of one.yaml
are stored under the some-field
node instead of the root node.
Actions