aboutsummaryrefslogtreecommitdiffstats
path: root/lgtm.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-10 23:57:12 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-11 18:24:15 +0100
commit750aca5b94351f730fa768b07caa3fc26c8d27c0 (patch)
tree2f95b4770973da7f1fb530cb1b5c8dd7e25401e7 /lgtm.yml
parent37916f392568c84570ae0a6afb33a62d8c9e3a10 (diff)
downloadqpdf-750aca5b94351f730fa768b07caa3fc26c8d27c0.tar.zst
First increment of improving handling of weak crypto (fixes #358)
Diffstat (limited to 'lgtm.yml')
-rw-r--r--lgtm.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lgtm.yml b/lgtm.yml
new file mode 100644
index 00000000..73ccfd6c
--- /dev/null
+++ b/lgtm.yml
@@ -0,0 +1,11 @@
+# See https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
+
+# Suppress alerts for weak cryptographic algorithms. The PDF file
+# format used to rely on various weak algorithms. It is no longer
+# necessary to use them when creating encrypted PDF files, but qpdf
+# must always retain support for those algorithms in order to be able
+# to read older files. qpdf issues warnings to try to prevent users
+# from creating new files with weak encryption algorithms.
+
+queries:
+- exclude: cpp/weak-cryptographic-algorithm