OSV 1.4.0 · github-reviewed · 修改于 2026-07-03 03:00
发布时间
2026-07-03 03:00
GitHub 审查时间
2026-07-03 03:00
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/07/GHSA-5c7w-4wm3-85vw/GHSA-5c7w-4wm3-85vw.json
Location: core/src/client/graphql.ts:66-80
The gql template tag function warned about interpolated values containing GraphQL metacharacters ({}():) but still concatenated them into the query string, enabling potential GraphQL injection.
Fixed in v0.2.136 — The gql function now throws an error when metacharacters are detected in interpolated values, forcing developers to use the variables parameter.