CodeQL scanning results: https://github.com/graphql-dotnet/parser/security/code-scanning/888?query=ref%3Arefs%2Fheads%2Fmaster This is a false positive for a pattern like that ``` foreach (var i in items) if (condition(i)) return i; ``` ```
CodeQL scanning results: https://github.com/graphql-dotnet/parser/security/code-scanning/888?query=ref%3Arefs%2Fheads%2Fmaster
This is a false positive for a pattern like that