diff options
author | Toni <matzeton@googlemail.com> | 2023-11-02 09:04:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 09:04:04 +0100 |
commit | 6dcecd73d3413103d1f416721c2b2f46ff0968b7 (patch) | |
tree | 955c2cc0a682b76d8381f22e5a7a2a3ba2dcaebd /Makefile.am | |
parent | d5c9a16a489081c0b5bd396241c7e08649a60a4c (diff) |
Added malicious sites from the polish cert. (#2121)
* added handling of parsing errors
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8efab1d07..2a5d109c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST = README.md README.fuzzer.md CHANGELOG.md CONTRIBUTING.md \ python/DEV_GUIDE.md python/dev_requirements.txt python/ndpi_example.py python/ndpi/__init__.py \ python/ndpi/ndpi_build.py python/ndpi/ndpi.py python/README.md \ python/requirements.txt python/setup.py python/tests.py \ + lists/100_malware.list \ lists/107_gambling.list \ lists/107_gambling_custom.list \ lists/README.md \ |