mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
import csharp
|
|
import semmle.code.csharp.dataflow.Nullness
|
|
|
|
from MaybeNullExpr e
|
|
where e.fromSource()
|
|
select e
|