Skip to content

Commit

Permalink
feat: add GraphQL Inspector and GraphQL Authz
Browse files Browse the repository at this point in the history
  • Loading branch information
iCarossio committed Sep 9, 2022
1 parent 07d2320 commit 11f5e1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ A curated list of awesome GraphQL Security frameworks, libraries, software and r

### Authentication & Authorization

- [GraphQL Shield](https://github.com/maticzav/graphql-shield) - GraphQL Shield helps you create a permission layer for your application.
- [GraphQL Shield](https://github.com/maticzav/graphql-shield) - GraphQL Shield helps you create a permission layer for your application.
- [GraphQL Authz](https://github.com/AstrumU/graphql-authz) - GraphQL Shield helps you create a permission layer for your application.

### Continous Security Testing

Expand All @@ -49,6 +50,7 @@ A curated list of awesome GraphQL Security frameworks, libraries, software and r
- [Clairvoyance](https://github.com/nikitastupin/clairvoyance) - Patrial introspection fetcher when introspection is disabled.
- [GraphQL Path Enum](https://gitlab.com/dee-see/graphql-path-enum) – Tool that lists the different ways of reaching a given type in a GraphQL schema.


### Exploitation

- [GraphCrawler](https://github.com/gsmith257-cyber/GraphCrawler) - A GraphQL automated security toolkit. Grab introspection, search for sensitive queries, and then test authorization.
Expand All @@ -66,6 +68,7 @@ A curated list of awesome GraphQL Security frameworks, libraries, software and r

- [GraphQL Visualizer](https://www.graphqlvisualizer.com) - Visualize GraphQL schema.
- [Voyager](https://github.com/IvanGoncharov/graphql-voyager) - Represent any GraphQL API as an interactive graph.
- [GraphQL Inspector](https://github.com/kamilkisiela/graphql-inspector) – Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

## Resources

Expand Down

0 comments on commit 11f5e1c

Please sign in to comment.