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 0a817eb commit 29d03dbCopy full SHA for 29d03db
csharp/ql/test/library-tests/frameworks/microsoft/aspnetcore/blazor/remoteFlowSource.ql
@@ -3,5 +3,5 @@ import semmle.code.csharp.security.dataflow.flowsources.Remote
3
from RemoteFlowSource source, File f
4
where
5
source.getLocation().getFile() = f and
6
- (f.fromSource() or f.getExtension() = "razor")
+ f.fromSource()
7
select source, source.getSourceType()
0 commit comments