From f15cfb0b43c89b4cdbdce6e3fd7babfe483b9324 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:24:21 +0530 Subject: [PATCH] added matcher name for better visibility in result. --- ssl/weak-cipher-suites.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ssl/weak-cipher-suites.yaml b/ssl/weak-cipher-suites.yaml index fee702ea14..3f7ceee1c3 100644 --- a/ssl/weak-cipher-suites.yaml +++ b/ssl/weak-cipher-suites.yaml @@ -26,6 +26,7 @@ ssl: matchers: - type: word + name: tls-1.0 part: cipher words: - "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256" @@ -237,6 +238,7 @@ ssl: matchers: - type: word + name: tls-1.1 part: cipher words: - "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256" @@ -448,6 +450,7 @@ ssl: matchers: - type: word + name: tls-1.2 part: cipher words: - "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256" @@ -659,6 +662,7 @@ ssl: matchers: - type: word + name: tls-1.3 part: cipher words: - "TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256"