graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

Fix infinite recursion in type definition parser #642

Closed Invizory closed 1 year ago

Invizory commented 2 years ago

Fixes #637.

coveralls commented 2 years ago

Coverage Status

Coverage: 92.051%. Remained the same when pulling 2a6e1fffd82b33881f5dfb6f71e08a9800479861 on Invizory:fix-infinite-recursion-in-parser into 623f8864341ba80a17f8c64d851490a6a11d8b2b on graphql-go:master.

Dynom commented 2 years ago

What's blocking to merging this in and bumping the release?

cyberhck commented 1 year ago

hey guys, this is blocking our deployments because it's getting caught from our code scanners, any ETA on when this can be merged and released?

SkNuwanTissera commented 1 year ago

Hi guys, Can we merge this? This impacts our SCAs.

jarreds commented 1 year ago

@chris-ramon @sogko I see you two are the owners of this org. Could you please merge this in to resolve the CVE?

chris-ramon commented 1 year ago

Thanks a lot @Invizory — Included as part of the v0.8.1 release.