mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Update endpointTypeEncoded -> label
Fixes https://github.com/github/ml-ql-adaptive-threat-modeling/issues/1821
This commit is contained in:
@@ -25,4 +25,4 @@ where
|
||||
queryName = "XssATM.ql" and c instanceof XssATM::DomBasedXssAtmConfig
|
||||
) and
|
||||
e = c.getASinkEndpointType()
|
||||
select queryName, e.getEncoding() as endpointTypeEncoded
|
||||
select queryName, e.getEncoding() as label
|
||||
|
||||
Reference in New Issue
Block a user