From 2a82723e63a96a3c354879b17c7228aa08f9ff01 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 7 Jul 2023 10:33:56 +0530 Subject: [PATCH] Update CVE-2022-40083.yaml --- http/cves/2022/CVE-2022-40083.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/http/cves/2022/CVE-2022-40083.yaml b/http/cves/2022/CVE-2022-40083.yaml index dc48518f0ad..a0cfc8933da 100644 --- a/http/cves/2022/CVE-2022-40083.yaml +++ b/http/cves/2022/CVE-2022-40083.yaml @@ -28,13 +28,11 @@ http: matchers-condition: and matchers: - - type: word + - type: regex part: location - words: - - '//interactsh.com/../' + regex: + - '^\s*//interactsh.com/\.\.' - type: status status: - 301 - -# Enhanced by md on 2022/10/18