mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
Previously we considered any splat parameter in a graphql resolver to be a remote flow source. Now we limit that to reads of the parameter which yield scalar types (e.g. String), as defined by the GraphQL schema. This should reduce GraphQL false positives.