mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
/**
|
|
* @name Definitions
|
|
* @description Insert description here...
|
|
* @kind table
|
|
* @problem.severity warning
|
|
*/
|
|
|
|
import python
|
|
|
|
from Name d
|
|
where d.defines(_)
|
|
select d.getId(), d.getLocation().getStartLine() |