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