Skip to content

Commit 6ae7ede

Browse files
committed
Add Blazor components file to Remote sources module
1 parent 8bae79d commit 6ae7ede

File tree

1 file changed

+2
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ abstract class RemoteFlowSource extends SourceNode {
2626
* A module for importing frameworks that defines remote flow sources.
2727
*/
2828
private module RemoteFlowSources {
29-
private import semmle.code.csharp.frameworks.ServiceStack
29+
private import semmle.code.csharp.frameworks.ServiceStack as ServiceStack
30+
private import semmle.code.csharp.frameworks.microsoft.aspnetcore.Components as Blazor
3031
}
3132

3233
/** A data flow source of remote user input (ASP.NET). */

0 commit comments

Comments
 (0)