mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
import semmle.code.csharp.security.dataflow.flowsinks.ExternalLocationSink
|
|
|
|
from ExternalLocationSink sink
|
|
where
|
|
sink.getLocation().getFile().fromSource() and
|
|
not sink.getLocation().getFile().getAbsolutePath().matches("%/resources/stubs/%")
|
|
select sink, sink.getExpr()
|