diff --git a/cves/2020/CVE-2020-13379.yaml b/cves/2020/CVE-2020-13379.yaml index 87a4dec70a..c4ded5259a 100644 --- a/cves/2020/CVE-2020-13379.yaml +++ b/cves/2020/CVE-2020-13379.yaml @@ -28,12 +28,18 @@ requests: skip-variables-check: true matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word + part: body words: - "cloudflare.com" - "dns" condition: and + + - type: word + part: header + words: + - "image/jpeg" + + - type: status + status: + - 200