Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: canb0/graphql-cop

Tags

1.12

Toggle 1.12's commit message
add force option

1.10

Toggle 1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolevf#18 from halfluke/main

graphql-cop now runs against a list of endpoints and continues iterating through the list until all endpoints are tested in case there is more than one if the user had not specified the path (e.g. -t http://example.com). If the user had already specified the path (e.g. -t http://example.com/graphql) then only uses this endpoint.

1.9

Toggle 1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolevf#17 from halfluke/main

Always use Accept: text/html for info_graphiql.py so that graphql "playgrounds" can actually be found by default by the tool + Modified POST based url-encoded query to actually send a url-encoded body with content-type application/x-www-form-urlencoded

1.8

Toggle 1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolevf#15 from halfluke/main

multiple headers, increased GET timeout, for_loop search for Graphiql…

1.7

Toggle 1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolevf#14 from dolevf/break-apart-tests

improved error handling, operation name additions, split tests

1.6

Toggle 1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.5

Toggle 1.5's commit message
remove print

1.4

Toggle 1.4's commit message
bump version

1.3

Toggle 1.3's commit message
add detections, bump version

1.2

Toggle 1.2's commit message
refactor, include curl verification commands, conslidate http clients