mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Identify data classes during extraction
This commit is contained in:
committed by
Chris Smowton
parent
1e78f2893c
commit
25fce5f6bb
@@ -0,0 +1 @@
|
||||
| dc.kt:1:1:1:71 | ProtoMapValue |
|
||||
@@ -0,0 +1,5 @@
|
||||
import java
|
||||
|
||||
from DataClass c
|
||||
where c.fromSource()
|
||||
select c
|
||||
Reference in New Issue
Block a user