mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
C#: Only include source code (and not stubs) in the remote flow source test.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import semmle.code.csharp.security.dataflow.flowsources.Remote
|
||||
|
||||
from RemoteFlowSource source
|
||||
where source.getLocation().getFile().fromSource()
|
||||
select source, source.getSourceType()
|
||||
|
||||
Reference in New Issue
Block a user