Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf authored Jun 20, 2022
1 parent 1948851 commit 5cb9ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ GraphQL Cop allows you to reproduce the findings by providing cURL commands upon
- Alias Overloading (DoS)
- Batch Queries (DoS)
- GET based Queries (CSRF)
- POST based Queries using urlencoded payloads (CSRF)
- GraphQL Tracing / Debug Modes (Info Leak)
- Field Duplication (DoS)
- Field Suggestions (Info Leak)
- GraphiQL (Info Leak)
- Introspection (Info Leak)
- Directives Overloading (DoS)
- Circular Query using Introspection (DoS)
- Circular Fragment (DoS)
- Mutation support over GET methods (CSRF)

## Usage
Expand Down

0 comments on commit 5cb9ae0

Please sign in to comment.