Actions
Optimization #3591
open
VJ
PA
fuzz: target with pcap, rules and yaml
Optimization #3591:
fuzz: target with pcap, rules and yaml
Effort:
Difficulty:
Label:
Hardening
Description
Like fuzz_sigpcap, but with yaml also added as input. We see missing coverage due to code paths disabled in yaml.
VJ Updated by Victor Julien almost 6 years ago
- Priority changed from Normal to Low
VJ Updated by Victor Julien almost 6 years ago
- Assignee set to Philippe Antoine
PA Updated by Philippe Antoine almost 6 years ago
That was the original intent of the fuzz_sigpcap target.
But I think you told me that configuration could be only loaded once at startup...
Should I dig it ?
PA Updated by Philippe Antoine about 5 years ago
- Related to Task #4125: Better fuzzing added
PA Updated by Philippe Antoine almost 3 years ago
- Target version set to QA
PA Updated by Philippe Antoine over 2 years ago
- Related to Security #6279: Crash in SMTP parser during parsing of email added
PA Updated by Philippe Antoine over 2 years ago
- Priority changed from Low to High
PA Updated by Philippe Antoine over 2 years ago
This requires the possibility to modify and apply some config values. (which we may want to reuse or not with the socket command for instance)
For example SMTPConfigure is only called at startup and we cannot change smtp_config.mime_config.body_md5 after it
PA Updated by Philippe Antoine over 2 years ago
- Status changed from New to In Progress
PA Updated by Philippe Antoine over 2 years ago
https://github.com/OISF/suricata/pull/9567 is draft's last version
PA Updated by Philippe Antoine over 1 year ago
- Label Hardening added
Actions