mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
import semmle.code.csharp.security.dataflow.SqlInjectionQuery
|
|
|
|
from Sink sink
|
|
where
|
|
sink.getLocation().getFile().fromSource() and
|
|
not sink.getLocation().getFile().getAbsolutePath().matches("%/resources/stubs/%")
|
|
select sink, sink.getExpr()
|