Skip to content

Commit 8422b78

Browse files
author
ldebruijn
committed
feat(graphql-protect): Add graphql-protect tool
1 parent 59f1728 commit 8422b78

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

src/code/tools/graphql-protect/general/graphql-protect.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: GraphQL Protect
33
description: GraphQL Protect is a GraphQL Protect is dead-simple yet highly customizable security proxy compatible with any HTTP GraphQL Server or Gateway.
4-
url: https://github.com/ldebruijn/graphql-protect
4+
#url: https://github.com/ldebruijn/graphql-protect/
55
github: ldebruijn/graphql-protect
66
---
77

@@ -10,16 +10,18 @@ github: ldebruijn/graphql-protect
1010
Getting started with GraphQL Protect is as simple as pulling the provided container, or running the binary directly, and supplying it with your configuration.
1111

1212
GraphQL Protect offers the following protection mechanism, and more:
13-
1. [x] Trusted Documents (Persisted Operations)
14-
4. [x] Max Aliases
15-
5. [x] Max Tokens
16-
6. [x] Max Depth
17-
7. [x] Max Batch
18-
2. [x] Block Field Suggestions
19-
3. [x] Obfuscate upstream errors
20-
8. [x] Enforce POST
21-
9. [x] Access Logging
22-
10. [x] ... and more!
13+
14+
1. [x] **Trusted Documents** (Persisted Operations)
15+
4. [x] **Max Aliases**
16+
5. [x] **Max Tokens**
17+
6. [x] **Max Depth**
18+
7. [x] **Max Batch**
19+
2. [x] **Block Field Suggestions**
20+
3. [x] **Obfuscate upstream errors**
21+
8. [x] **Enforce POST**
22+
9. [x] **Access Logging**
23+
10. [x] [... and more!](https://github.com/ldebruijn/graphql-protect?tab=readme-ov-file#features)
24+
2325

2426
Protecting your GraphQL API against abuse has never been easier, start protecting your API today.
2527

src/github-stats.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,5 +1262,13 @@
12621262
"license": "Apache License 2.0",
12631263
"lastRelease": "2024-03-08T09:27:40Z",
12641264
"formattedLastRelease": "2 weeks ago"
1265+
},
1266+
"ldebruijn/graphql-protect": {
1267+
"hasCommitsInLast3Months": true,
1268+
"stars": 24,
1269+
"formattedStars": "24",
1270+
"license": "MIT",
1271+
"lastRelease": "2024-08-28T11:28:00Z",
1272+
"formattedLastRelease": "2 weeks ago"
12651273
}
12661274
}

0 commit comments

Comments
 (0)