Skip to content

Commit f93c63a

Browse files
committed
C#: Convert flow summaries for extension methods for subtypes of System.Collection.IEnumerable to CSV format.
1 parent ec4d43f commit f93c63a

File tree

4 files changed

+756
-516
lines changed

4 files changed

+756
-516
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ private module Frameworks {
102102
private import semmle.code.csharp.frameworks.system.Xml
103103
private import semmle.code.csharp.frameworks.system.threading.Tasks
104104
private import semmle.code.csharp.frameworks.system.runtime.CompilerServices
105+
private import semmle.code.csharp.frameworks.system.Linq
106+
private import semmle.code.csharp.frameworks.system.Data
105107
}
106108

107109
/**

0 commit comments

Comments
 (0)