Skip to content

Commit

Permalink
(blog): minor reword
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Jun 30, 2024
1 parent 79ad7e0 commit ce6ef47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ I'm so sorry if it feels like I'm cutting you off, but I first wanted to discuss

# The mystery of U_kgDOAMbr8w

Out of those half a million users, exactly two of them always crash the GraphQL API. That's a *0.0004%* fallthrough rate. Following some investigation, I was able to narrow down the crashing to any valid query containing the substring `history(author: {id: "U_kgDOAMbr8w"})`, where `id` is the user's GraphQL node id. If you want to try yourself, execute this on the [GitHub GraphQL explorer](https://docs.github.com/en/graphql/overview/explorer):
Out of those half a million users, exactly two of them always crash the GraphQL API. That's a *0.0004%* fallthrough rate. Following some investigation, I was able to narrow down the crashing to any valid query containing the substring `history(author: {id: "..."})`, where the `id` parameter is either of their GraphQL user IDs. If you want to try yourself, execute this on the [GitHub GraphQL explorer](https://docs.github.com/en/graphql/overview/explorer):

```graphql
query {
Expand Down

0 comments on commit ce6ef47

Please sign in to comment.