From 3ec92946d34f8994769a443b3731903ea15ef8e4 Mon Sep 17 00:00:00 2001 From: opposss Date: Tue, 22 Oct 2024 18:35:43 +0200 Subject: [PATCH] Issue #1271 build fixing --- scripts/verapdf-ignore.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verapdf-ignore.json b/scripts/verapdf-ignore.json index e1a934800..206abaf1d 100644 --- a/scripts/verapdf-ignore.json +++ b/scripts/verapdf-ignore.json @@ -32,6 +32,7 @@ "6.7.3-7": "REASON: setting XML/XMP metadata is entirely optional with fpdf2", "6.7.11-1": "REASON: up to fpdf2 v2.3.2, test_xmp_metadata included the PDF/A version and conformance level of the file, but then it started to break PDF Checker does-not-conform-to-claimed-pdfa-type rule. PENDING proper support for PDF/A", "6.9-2": "REASON: false positive on test/signing/sign_pkcs12.pdf", + "6.1.10-1": "REASON: fpdf2 wants to support LZWDecode filter", "6.1.11-1": "REASON: /EF is allowed in order for fpdf2 to be able to embed files", "6.1.11-2": "REASON: /EmbeddedFiles is allowed in order for fpdf2 to be able to embed files" }