Skip to content

Commit e432e65

Browse files
committed
C#: Add missing import of tainted member definition.
1 parent 5acfc22 commit e432e65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ private import dotnet
1212
// import `TaintedMember` definitions from other files to avoid potential reevaluation
1313
private import semmle.code.csharp.frameworks.JsonNET
1414
private import semmle.code.csharp.frameworks.WCF
15+
private import semmle.code.csharp.security.dataflow.flowsources.Remote
1516

1617
/**
1718
* Holds if `node` should be a sanitizer in all global taint flow configurations

0 commit comments

Comments
 (0)