From 6f0005dd87b873c7017a2c9b7a3b9615a82729e1 Mon Sep 17 00:00:00 2001 From: PD-Team <8293321+bauthard@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:23:16 +0530 Subject: [PATCH] Update CVE-2020-11710.yaml --- cves/2020/CVE-2020-11710.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cves/2020/CVE-2020-11710.yaml b/cves/2020/CVE-2020-11710.yaml index abde70d057..6ca8e2a40f 100644 --- a/cves/2020/CVE-2020-11710.yaml +++ b/cves/2020/CVE-2020-11710.yaml @@ -9,18 +9,20 @@ info: requests: - method: GET path: - - "{{BaseURL}}/" - - "{{BaseURL}}/endpoints" - - "{{BaseURL}}/status" + - "{{BaseURL}}" + # - "{{BaseURL}}/endpoints" + # - "{{BaseURL}}/status" matchers-condition: and matchers: - type: word words: - - "kong_env" - - "kong_db_cache_miss" - - "ca_certificates" + - 'Welcome to kong' + - 'configuration' + - 'kong_env' + condition: and part: body + - type: status status: - 200