| { |
| "schema_version": "1.3.1", |
| "id": "GO-2022-0942", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "2022-08-23T13:19:13Z", |
| "aliases": [ |
| "CVE-2022-37315", |
| "GHSA-h3qm-jrrf-cgj3" |
| ], |
| "summary": "Infinite recursion in parser in github.com/graphql-go/graphql", |
| "details": "graphql-go (aka GraphQL for Go) has infinite recursion in the type definition parser.", |
| "affected": [ |
| { |
| "package": { |
| "name": "github.com/graphql-go/graphql", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.8.1" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "github.com/graphql-go/graphql/language/parser", |
| "symbols": [ |
| "Parse" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://github.com/graphql-go/graphql/pull/642" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://github.com/graphql-go/graphql/pull/642/commits/4188bd5b3877f7badb951b421cf66e0af2eacb22" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2022-0942" |
| } |
| } |