From cb8e7a1c7db8cacd08c5aa64fbae941589904335 Mon Sep 17 00:00:00 2001 From: jamal-khey Date: Thu, 2 Jan 2025 14:29:54 +0100 Subject: [PATCH] change limit reductions defaults value Signed-off-by: jamal-khey --- src/main/resources/config/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config/application.yaml b/src/main/resources/config/application.yaml index 08a8cc42..56acbb67 100644 --- a/src/main/resources/config/application.yaml +++ b/src/main/resources/config/application.yaml @@ -92,5 +92,5 @@ security-analysis: - [ 1, 1, 1, 1, 1, 1 ] - [ 1, 1, 1, 1, 1, 1 ] - [ 1, 1, 1, 1, 1, 1 ] - - [ 1, 1, 1, 1, 1, 1 ] - - [ 1, 1, 1, 1, 1, 1 ] \ No newline at end of file + - [ 1, 1, 0.95, 0.95, 0.9, 0.9 ] + - [ 1, 1, 0.95, 0.95, 0.9, 0.9 ] \ No newline at end of file