Skip to content

Commit 2684b3f

Browse files
committed
C#: Make bi-directional import of Servicestack remote flow source definitions.
1 parent 582cfb9 commit 2684b3f

File tree

1 file changed

+7
-0
lines changed
  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

1 file changed

+7
-0
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Remote.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ abstract class RemoteFlowSource extends DataFlow::Node {
1919
abstract string getSourceType();
2020
}
2121

22+
/**
23+
* A module for importing frameworks that defines remote flow sources.
24+
*/
25+
private module RemoteFlowSources {
26+
private import semmle.code.csharp.frameworks.ServiceStack
27+
}
28+
2229
/** A data flow source of remote user input (ASP.NET). */
2330
abstract class AspNetRemoteFlowSource extends RemoteFlowSource { }
2431

0 commit comments

Comments
 (0)