From 5344040aa5654a1a320bbd44f67d76bfbfe33315 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Mon, 14 Jul 2025 15:44:31 +0300 Subject: [PATCH] 41371 - add strictSecurityChecks --- p-process.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p-process.yml b/p-process.yml index 6b65f275..4f4133fa 100644 --- a/p-process.yml +++ b/p-process.yml @@ -464,6 +464,9 @@ components: description: "This parameter if enabled will ignore the minimum barcode resolution needed to start processing." type: boolean # default: false + strictSecurityChecks: + description: "When enabled, this parameter marks security checks that don’t meet minimum requirements as 'Failed' (instead of 'WasNotDone'), which causes the overall security status to be 'Failed'." + type: boolean MRZFormat: title: "MRZFormat"