From 199d7061f70bbb3f9dcb2baeacdce96dd687d65f Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Sat, 6 Nov 2021 18:45:55 +0530 Subject: [PATCH] Update gocd-encryption-key.yaml --- misconfiguration/gocd/gocd-encryption-key.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/misconfiguration/gocd/gocd-encryption-key.yaml b/misconfiguration/gocd/gocd-encryption-key.yaml index f126bde4de..80d0ed8b6b 100644 --- a/misconfiguration/gocd/gocd-encryption-key.yaml +++ b/misconfiguration/gocd/gocd-encryption-key.yaml @@ -23,17 +23,17 @@ requests: - type: status status: - 200 - - - type: word - words: - - 'text/plain' - part: header - type: regex regex: - - "([a-z0-9]+)" + - "([a-z0-9]){32}" + + - type: word + part: header + words: + - "text/plain" extractors: - type: regex regex: - - "([a-z0-9]+)" + - "([a-z0-9]){32}"