Skip to content

Commit 2ffa677

Browse files
committed
replace endpoint type name with encoding in mapping query
1 parent bd9e845 commit 2ffa677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ where
1919
queryName = "XssATM.ql" and c instanceof XssATM::DomBasedXssATMConfig
2020
) and
2121
e = c.getASinkEndpointType()
22-
select queryName, e.toString() as endpointType
22+
select queryName, e.getEncoding() as endpointTypeEncoded

0 commit comments

Comments
 (0)