From 07de8e25c6e18b293533661ed3c3efbb1d5d4667 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Fri, 15 Mar 2024 00:58:36 +0530 Subject: [PATCH] additional matcher --- http/cves/2024/CVE-2023-5914.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2023-5914.yaml b/http/cves/2024/CVE-2023-5914.yaml index 7481bb1212..6f5eb14189 100644 --- a/http/cves/2024/CVE-2023-5914.yaml +++ b/http/cves/2024/CVE-2023-5914.yaml @@ -39,5 +39,5 @@ http: dsl: - 'status_code == 200' - 'contains(content_type, "text/html")' - - 'contains(body, "")' + - 'contains_all(body, "", "XmlException")' condition: and