mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
import semmle.code.cil.ConsistencyChecks
|
|
|
|
from MissingEntityViolation v
|
|
select v, v.getMessage()
|