Skip to content

Releases: dolevf/graphql-cop

1.12

03 Nov 15:17
Compare
Choose a tag to compare

Added

  • Add a -f option to force a scan when the endpoint cannot be identified

Fixed

  • JSON output format was incorrect, fixed by @mjfwebb

1.10

04 Sep 01:23
857a6e7
Compare
Choose a tag to compare

Added

  • graphql-cop now iterates through various possible GraphQL endpoints if none is specified @halfluke

1.9

01 Sep 16:03
17560b0
Compare
Choose a tag to compare
1.9

Fixes

  • GraphiQL check not catching content due to headers. @halfluke

1.8

29 Aug 18:46
497ab18
Compare
Choose a tag to compare
1.8

Added

  • Multi-header support
  • Changed GET timeout
  • IDE detection logic

1.7

27 Aug 19:48
8788e5c
Compare
Choose a tag to compare
1.7

Added

  • better error handling
  • split tests tracing/exception
  • add opnames

1.6

20 Jun 18:55
5cb9ae0
Compare
Choose a tag to compare
1.6

Added

  • Post based CSRF detection

Removed

  • Circular Fragments, risky.

1.5

13 Jun 13:37
Compare
Choose a tag to compare
1.5

Added

  • New detection

Fixed
Only print vulnerabilities when not using -o json

1.4

28 Apr 17:58
Compare
Choose a tag to compare
1.4

Added

  • Circular Fragment test

1.3

16 Apr 16:29
Compare
Choose a tag to compare
1.3

Added

  • Circular Query based on Introspection (DoS) check

1.2

19 Mar 03:40
Compare
Choose a tag to compare
1.2

Added

  • Better JSON output
  • cURL reproduction commands

Removed

  • Consolidated HTTP Clients