diff options
author | Toni <matzeton@googlemail.com> | 2022-05-31 16:46:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 16:46:44 +0200 |
commit | 00c62a7c3cbf9e6dbbdb22fcbb611f9f7cc19980 (patch) | |
tree | 3399ec3229b702c55380471c2003ff5da5a8172d /Makefile.am | |
parent | d8d806c79fb78233210d6416e6c34ae1414d9cf8 (diff) |
Removed LGTM ql query for packet payload integer arithmetic. (#1570)
* Detection is unreliable and results in too much false-positives (and false-negatives!)
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |