mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
import csharp
|
|
import semmle.code.csharp.frameworks.Sql
|
|
|
|
from SqlExpr e
|
|
where not e.getFile().getAbsolutePath().matches("%/resources/stubs/%")
|
|
select e
|