diff --git a/vulnerabilities/other/graphql-get-method-support.yaml b/vulnerabilities/other/graphql-get-method-support.yaml index 00a0759659..bf8d6a47fa 100644 --- a/vulnerabilities/other/graphql-get-method-support.yaml +++ b/vulnerabilities/other/graphql-get-method-support.yaml @@ -11,11 +11,11 @@ info: requests: - method: GET path: - - "{{BaseURL}}/graphql?query={__typename}" + - "{{BaseURL}}/graphql?query={__typename}" matchers: - - type: word - case-insensitive: true - words: - - "Query" - part: body + - type: word + case-insensitive: true + words: + - "Query" + part: body