{"id":13700863,"url":"https://github.com/Escape-Technologies/graphql-armor","last_synced_at":"2025-05-04T19:33:33.821Z","repository":{"id":51487765,"uuid":"518716635","full_name":"Escape-Technologies/graphql-armor","owner":"Escape-Technologies","description":"🛡️ The missing GraphQL security security layer for Apollo GraphQL and Yoga / Envelop servers 🛡️","archived":false,"fork":false,"pushed_at":"2024-10-29T00:08:53.000Z","size":21102,"stargazers_count":498,"open_issues_count":17,"forks_count":29,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-10-29T15:19:12.613Z","etag":null,"topics":["apollo","apollo-server","cybersecurity","envelop","graphql","hacktoberfest","middleware","security","security-tools","typescript"],"latest_commit_sha":null,"homepage":"https://escape.tech/graphql-armor/docs/getting-started","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Escape-Technologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-28T05:46:33.000Z","updated_at":"2024-10-27T22:14:46.000Z","dependencies_parsed_at":"2023-10-14T23:34:44.898Z","dependency_job_id":"12b909f1-5b69-458a-a632-a61af9a966ac","html_url":"https://github.com/Escape-Technologies/graphql-armor","commit_stats":{"total_commits":754,"total_committers":33,"mean_commits":"22.848484848484848","dds":0.4708222811671088,"last_synced_commit":"d91cc2e55688a4b8b6bb75538ad0e83643629d30"},"previous_names":[],"tags_count":194,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Escape-Technologies%2Fgraphql-armor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Escape-Technologies%2Fgraphql-armor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Escape-Technologies%2Fgraphql-armor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Escape-Technologies%2Fgraphql-armor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Escape-Technologies","download_url":"https://codeload.github.com/Escape-Technologies/graphql-armor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224365005,"owners_count":17299145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apollo","apollo-server","cybersecurity","envelop","graphql","hacktoberfest","middleware","security","security-tools","typescript"],"created_at":"2024-08-02T20:01:03.841Z","updated_at":"2024-11-13T06:31:30.414Z","avatar_url":"https://github.com/Escape-Technologies.png","language":"TypeScript","readme":"# GraphQL Armor 🛡️\n\nGraphQL Armor is a dead-simple yet highly customizable security middleware for various GraphQL server engines.\n\n![GraphQL-Armor banner](https://raw.githubusercontent.com/Escape-Technologies/graphql-armor/main/services/docs/static/img/banner.png)\n\n[![CI](https://github.com/Escape-Technologies/graphql-armor/actions/workflows/ci.yaml/badge.svg)](https://github.com/Escape-Technologies/graphql-armor/actions/workflows/ci.yaml) [![release](https://github.com/Escape-Technologies/graphql-armor/actions/workflows/release.yaml/badge.svg)](https://github.com/Escape-Technologies/graphql-armor/actions/workflows/release.yaml) [![e2e](https://github.com/Escape-Technologies/graphql-armor/actions/workflows/e2e.yaml/badge.svg)](https://github.com/Escape-Technologies/graphql-armor/actions/workflows/e2e.yaml) ![npm](https://img.shields.io/npm/v/@escape.tech/graphql-armor) [![codecov](https://codecov.io/gh/Escape-Technologies/graphql-armor/branch/main/graph/badge.svg)](https://codecov.io/gh/Escape-Technologies/graphql-armor)\n\n## Installation\n\n```bash\n# npm\nnpm install -S @escape.tech/graphql-armor\n\n# yarn\nyarn add @escape.tech/graphql-armor\n```\n\n## Documentation\n\n[https://escape.tech/graphql-armor/docs/getting-started](https://escape.tech/graphql-armor/docs/getting-started)\n\n## Supported GraphQL Engines\n\nWe support the following engines :\n\n- [Apollo Server](https://www.apollographql.com/)\n- [GraphQL Yoga](https://www.graphql-yoga.com/)\n\nWe additionally support the following engines through the [Envelop](https://www.envelop.dev/) plugin system :\n\n- GraphQL-Helix\n- Node.js HTTP\n- GraphQL-Helix (with @defer and @stream)\n- GraphQL-WS\n- GraphQL-SSE\n- Azure Functions\n- Cloudflare Workers\n- Google Cloud Functions\n- Lambda AWS\n- type-graphql\n- nexus\n- express-graphql\n\nSee [here](https://www.envelop.dev/docs/integrations) for more information about Envelop compatibility.\n\n## GraphQL security for Enterprise\n\nInterested in securing GraphQL APIs on the enterprise level? Visit [Escape’s website](https://escape.tech) to learn more.\n\n## Contributing\n\nEnsure you have read the [Contributing Guide](https://github.com/Escape-Technologies/graphql-armor/blob/main/CONTRIBUTING.md) before contributing.\n\nTo setup your project, make sure you run the `install-dev.sh` script.\n\n```bash\ngit clone git@github.com:Escape-Technologies/graphql-armor.git\ncd graphql-armor\nbash ./install-dev.sh\n```\n\nWe are using yarn as our package manager and [the workspaces monorepo setup](https://classic.yarnpkg.com/lang/en/docs/workspaces/). Please read the associated documentation and feel free to open issues if you encounter problems when developing on our project!\n\n\n## 🤝 We're hiring!\n\nWe believe it’s time to bring more AI-driven innovation to cybersecurity, and we'd love your help in building this dream! Want to join our adventure? Check out our [**Careers**](https://jobs.escape.tech) page!\n","funding_links":[],"categories":["Implementations","Tools","TypeScript","Defensive Security","Nest","\u003ca name=\"TypeScript\"\u003e\u003c/a\u003eTypeScript"],"sub_categories":["JavaScript/TypeScript","Middlewares","Escape-Technologies/graphql-armor"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEscape-Technologies%2Fgraphql-armor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEscape-Technologies%2Fgraphql-armor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEscape-Technologies%2Fgraphql-armor/lists"}