Actions
Bug #4554
closedConfiguration test mode succeeds when classification.config file contains invalid content
Description
lucovsky@ ~/src/jal/suricata (master) $ echo "this is invalid" > classification.config jlucovsky@ ~/src/jal/suricata (master) $ suricata -T -c suricata.yaml -S ~/rules/be.rule [279217] 3/7/2021 -- 08:26:22 - (suricata.c:1615) <Info> (ParseCommandLine) -- Running suricata under test mode [279217] 3/7/2021 -- 08:26:22 - (suricata.c:1059) <Notice> (LogVersion) -- This is Suricata version 7.0.0-dev (fb6246b26 2021-06-02) running in SYSTEM mode [279217] 3/7/2021 -- 08:26:23 - (util-classification-config.c:260) <Error> (SCClassConfAddClasstype) -- [ERRCODE: SC_ERR_INVALID_SIGNATURE(39)] - Invalid Classtype in classification.config file [279217] 3/7/2021 -- 08:26:23 - (suricata.c:2782) <Notice> (SuricataMain) -- Configuration provided was successfully loaded. Exiting. jlucovsky@ ~/src/jal/suricata (master) $ echo $? 0
The expected behavior is a return code of 1
Updated by Jeff Lucovsky over 3 years ago
- Related to Bug #4553: Configuration test mode succeeds when reference.config file contains invalid content added
Updated by Jeff Lucovsky over 3 years ago
- Subject changed from Configuration test mode succeeds when reference.config file contains invalid content to Configuration test mode succeeds when classification.config file contains invalid content
Updated by Jeff Lucovsky over 3 years ago
- Related to Bug #4369: Configuration test mode succeeds when threshold.config file contains invalid content added
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from New to In Review
- Assignee set to Jeff Lucovsky
- Target version set to 7.0.0-beta1
Updated by Victor Julien about 2 years ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
Updated by Jeff Lucovsky about 2 years ago
- Status changed from In Review to Closed
Actions