From c10add91cdff0f55c68849ed39d603c39b08c83f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 24 Sep 2024 02:29:59 +0530 Subject: [PATCH] fix-lint error --- http/cves/2024/CVE-2024-47062.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/http/cves/2024/CVE-2024-47062.yaml b/http/cves/2024/CVE-2024-47062.yaml index 537734dfbc..14c5d4b579 100644 --- a/http/cves/2024/CVE-2024-47062.yaml +++ b/http/cves/2024/CVE-2024-47062.yaml @@ -32,12 +32,12 @@ http: {"username":"{{username}}","password":"{{password}}"} extractors: - - type: json - name: auth_token - internal: true - json: - - '.token' - part: body + - type: json + name: auth_token + internal: true + part: body + json: + - '.token' - raw: - |