From 99e7f93500134c105b7c69d355478ee29e702078 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+bauthard@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:43:06 +0530 Subject: [PATCH] Update CVE-2020-17496.yaml --- cves/2020/CVE-2020-17496.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/cves/2020/CVE-2020-17496.yaml b/cves/2020/CVE-2020-17496.yaml index 091c725823..60a263b098 100644 --- a/cves/2020/CVE-2020-17496.yaml +++ b/cves/2020/CVE-2020-17496.yaml @@ -15,9 +15,10 @@ requests: matchers-condition: and matchers: - - type: regex - regex: - - "root:[x*]:0:0" - - type: status - status: - - 200 + - type: regex + regex: + - "root:[x*]:0:0" + + - type: status + status: + - 200 \ No newline at end of file