mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
import semmle.code.csharp.commons.Disposal
|
|
import csharp
|
|
|
|
from Variable v
|
|
where mayBeDisposed(v)
|
|
and v.fromSource()
|
|
select v
|