Skip to content

Commit 4808eb9

Browse files
author
annarailton
committed
Change encoding -> label and description -> labelName
Fixes https://github.com/github/ml-ql-adaptive-threat-modeling/issues/1820
1 parent de4e01a commit 4808eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointLabelEncoding.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
import experimental.adaptivethreatmodeling.EndpointTypes
99

1010
from EndpointType type
11-
select type.getEncoding() as encoding, type.getDescription() as description order by encoding
11+
select type.getEncoding() as label, type.getDescription() as labelName order by label

0 commit comments

Comments
 (0)