From 906fb91dc68b990819b75ec4370826cc43c3c2c4 Mon Sep 17 00:00:00 2001 From: lns Date: Tue, 31 May 2022 15:17:13 +0200 Subject: Removed LGTM ql query for packet payload integer arithmetic. * Detection is unreliable and results in too much false-positives (and false-negatives!) Signed-off-by: lns --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 463c043c3..aef1c611e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = README.md README.nDPI 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 \ - sonar-project.properties .github .ci-ignore .lgtm/cpp-queries/packet-payload-integer-arithmetic.ql lgtm.yml + sonar-project.properties .github .ci-ignore lgtm.yml .PHONY: doc doc-view -- cgit v1.2.3