mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
replace endpoint type name with encoding in mapping query
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user