suessflorian / gqlfetch

Generates a graphql server schema using introspection.
MIT License
16 stars 12 forks source link

Upgrade gqlparser to v2 #16

Closed theolind closed 3 months ago

theolind commented 3 months ago

Upgrading github.com/vektah/gqlparser to v2.5.15 or higher solves https://github.com/advisories/GHSA-2hmf-46v7-v6fx

Should not be a problem for the use case of introspecting schemas but it causes our vulnerability scans to fire alerts so it would be nice if this could be upgraded.