replace endpoint type name with encoding in mapping query

This commit is contained in:
tombolton
2022-03-04 11:00:31 +00:00
parent bd9e845aea
commit 2ffa6771ff

View File

@@ -19,4 +19,4 @@ where
queryName = "XssATM.ql" and c instanceof XssATM::DomBasedXssATMConfig
) and
e = c.getASinkEndpointType()
select queryName, e.toString() as endpointType
select queryName, e.getEncoding() as endpointTypeEncoded