Actions
Bug #4330
openfile hash parameter in yaml accepts non valid values
Affected Versions:
Effort:
Difficulty:
Label:
Beginner, C, Good First Issue
Description
/opt/suritest/bin/suricata --dump-config |grep shanani outputs.1.eve-log.types.4.files.force-hash.0 = shananigans /opt/suritest/bin/suricata -S /dev/null -l logs/ --runmode=autofp -T [2744673] 16/2/2021 -- 11:33:21 - (suricata.c:1616) <Info> (ParseCommandLine) -- Running suricata under test mode [2744673] 16/2/2021 -- 11:33:21 - (suricata.c:1060) <Notice> (LogVersion) -- This is Suricata version 7.0.0-dev (6bfc5afa2 2021-02-13) running in SYSTEM mode [2744673] 16/2/2021 -- 11:33:21 - (decode-erspan.c:55) <Warning> (DecodeERSPANConfig) -- [ERRCODE: SC_WARN_ERSPAN_CONFIG(329)] - ERSPAN Type I is no longer configurable and it is always enabled; ignoring configuration setting. [2744673] 16/2/2021 -- 11:33:21 - (suricata.c:2775) <Notice> (SuricataMain) -- Configuration provided was successfully loaded. Exiting.
Updated by Jeff Lucovsky over 3 years ago
There should be a call to `ConfNodeIsSequence` when a yaml sequence is expected.
Updated by Philippe Antoine 5 months ago
- Assignee set to Community Ticket
- Target version set to TBD
- Label Beginner, C, Good First Issue added
IndeedFileForceHashParseCfg
. should do else if
and end with else
fail on unknown value
Updated by Pooja Gadige 12 days ago
Philippe Antoine wrote in #note-2:
Indeed
FileForceHashParseCfg
. should doelse if
and end withelse
fail on unknown value
May I please claim this ticket and work on it?
Updated by Shivani Bhardwaj 11 days ago
May I please claim this ticket and work on it?
yes please. Set the Assignee to yourself and get started. :)
Updated by Pooja Gadige 11 days ago
- Assignee changed from Community Ticket to Pooja Gadige
Updated by Pooja Gadige 11 days ago
Shivani Bhardwaj wrote in #note-4:
May I please claim this ticket and work on it?
yes please. Set the Assignee to yourself and get started. :)
Thank you, Shivani!
Actions