diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-20 16:14:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 16:14:41 +0100 |
commit | 42d23cff6a87825e6d3bc8e81080e6a9102f7709 (patch) | |
tree | 8987bfac24ff24de845e1a6ae369513c3567740e /.gitignore | |
parent | 8651ce981149a73df6f2d9d64218ef58a4479c46 (diff) |
config: follow-up (#2268)
Some changes in the parameters names.
Add a fuzzer to fuzz the configuration file format.
Add the infrastructure to configuratin callbacks.
Add an helper to map LRU cache indexes to names.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1323ab273..5f46fb3bc 100644 --- a/.gitignore +++ b/.gitignore @@ -89,6 +89,7 @@ /fuzz/fuzz_filecfg_malicious_sha1 /fuzz/fuzz_filecfg_malicious_ja3 /fuzz/fuzz_filecfg_risk_domains +/fuzz/fuzz_filecfg_config /fuzz/fuzz_readerutils_workflow /fuzz/fuzz_readerutils_parseprotolist /fuzz/fuzz_ndpi_reader_alloc_fail_seed_corpus.zip @@ -117,6 +118,7 @@ /fuzz/fuzz_filecfg_malicious_sha1_seed_corpus.zip /fuzz/fuzz_filecfg_malicious_ja3_seed_corpus.zip /fuzz/fuzz_filecfg_risk_domains_seed_corpus.zip +/fuzz/fuzz_filecfg_config_seed_corpus.zip /fuzz/fuzz_dga_seed_corpus.zip /fuzz/fuzz_ndpi_reader_payload_analyzer_seed_corpus.zip /fuzz/fuzz_readerutils_workflow_seed_corpus.zip |