diff --git a/http/cves/2023/CVE-2023-37462.yaml b/http/cves/2023/CVE-2023-37462.yaml index e49b8a2bb7..e1c117a648 100644 --- a/http/cves/2023/CVE-2023-37462.yaml +++ b/http/cves/2023/CVE-2023-37462.yaml @@ -23,20 +23,20 @@ http: skip-variables-check: true extractors: - type: regex - part: body group: 1 - internal: true name: id regex: - - data-xwiki-async-client-id="(.+?)" - - type: regex - part: body - group: 1 + - data-xwiki-async-client-id="(.+?)" internal: true + + - type: regex + group: 1 name: url regex: - -