C#: Only include source code (and not stubs) in the remote flow source test.

This commit is contained in:
Michael Nebel
2023-12-04 13:10:10 +01:00
parent b9833fc97e
commit 2fc7e51a5b

View File

@@ -1,4 +1,5 @@
import semmle.code.csharp.security.dataflow.flowsources.Remote
from RemoteFlowSource source
where source.getLocation().getFile().fromSource()
select source, source.getSourceType()