mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
import csharp
|
|
import semmle.code.csharp.security.dataflow.flowsources.Stored
|
|
|
|
from StoredFlowSource source
|
|
where not source.getLocation().getFile().getAbsolutePath().matches("%/resources/stubs/%")
|
|
select source
|