From 2a8cb0052527c5e438a24f348b64084cd3b523da Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Wed, 10 Mar 2021 20:33:23 +0700 Subject: [PATCH] Add matcher condition to 'or' --- cves/2018/CVE-2018-0101.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cves/2018/CVE-2018-0101.yaml b/cves/2018/CVE-2018-0101.yaml index a566649adf..fb47a97caa 100644 --- a/cves/2018/CVE-2018-0101.yaml +++ b/cves/2018/CVE-2018-0101.yaml @@ -36,4 +36,5 @@ requests: - 501 - 502 - 503 - - 504 \ No newline at end of file + - 504 + condition: or \ No newline at end of file