Add WithElement identifier to AsList method

This commit is contained in:
Ed Minnix
2024-03-17 09:42:18 -04:00
committed by Michael Nebel
parent 9b23bfa038
commit 73b4e8fe6a

View File

@@ -108,4 +108,4 @@ extensions:
pack: codeql/csharp-all
extensible: summaryModel
data:
- ["Dapper", "SqlMapper", False, "AsList<T>", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["Dapper", "SqlMapper", False, "AsList<T>", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].WithElement", "ReturnValue", "taint", "manual"]