From 750aca5b94351f730fa768b07caa3fc26c8d27c0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 10 Nov 2021 17:57:12 -0500 Subject: First increment of improving handling of weak crypto (fixes #358) --- lgtm.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lgtm.yml (limited to 'lgtm.yml') 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 -- cgit v1.2.3-54-g00ecf