Actions
Optimization #3591
openfuzz: 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.
Updated by Philippe Antoine over 4 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 ?
Updated by Philippe Antoine over 3 years ago
- Related to Optimization #4125: Ideal integration into oss-fuzz added
Updated by Philippe Antoine about 1 year ago
- Related to Security #6279: Crash in SMTP parser during parsing of email added
Updated by Philippe Antoine about 1 year 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
Updated by Philippe Antoine about 1 year ago
- Status changed from New to In Progress
Updated by Philippe Antoine 10 months ago
https://github.com/OISF/suricata/pull/9567 is draft's last version
Actions