We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582cfb9 commit 2684b3fCopy full SHA for 2684b3f
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Remote.qll
@@ -19,6 +19,13 @@ abstract class RemoteFlowSource extends DataFlow::Node {
19
abstract string getSourceType();
20
}
21
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
+
29
/** A data flow source of remote user input (ASP.NET). */
30
abstract class AspNetRemoteFlowSource extends RemoteFlowSource { }
31
0 commit comments