mirror of
https://github.com/github/codeql.git
synced 2026-05-20 22:27:18 +02:00
update column names in encoding query
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
import experimental.adaptivethreatmodeling.EndpointTypes
|
||||
|
||||
from EndpointType type
|
||||
select type.getEncoding() as encoding, type.getDescription() as description order by encoding
|
||||
select type.getEncoding() as encodingTypeEncoded, type.getDescription() as endpointType order by encodingTypeEncoded
|
||||
|
||||
Reference in New Issue
Block a user