mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Change encoding -> label and description -> labelName
Fixes https://github.com/github/ml-ql-adaptive-threat-modeling/issues/1820
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 label, type.getDescription() as labelName order by label
|
||||
|
||||
Reference in New Issue
Block a user