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 8bae79d commit 6ae7edeCopy full SHA for 6ae7ede
csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Remote.qll
@@ -26,7 +26,8 @@ abstract class RemoteFlowSource extends SourceNode {
26
* A module for importing frameworks that defines remote flow sources.
27
*/
28
private module RemoteFlowSources {
29
- private import semmle.code.csharp.frameworks.ServiceStack
+ private import semmle.code.csharp.frameworks.ServiceStack as ServiceStack
30
+ private import semmle.code.csharp.frameworks.microsoft.aspnetcore.Components as Blazor
31
}
32
33
/** A data flow source of remote user input (ASP.NET). */
0 commit comments