Skip to content

Commit 9c25da2

Browse files
author
annarailton
committed
Update queryNames
1 parent 8ae905a commit 9c25da2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ import experimental.adaptivethreatmodeling.AdaptiveThreatModeling
1313
from string queryName, AtmConfig c, EndpointType e
1414
where
1515
(
16-
queryName = "SqlInjectionATM.ql" and
16+
queryName = "SqlInjection" and
1717
c instanceof SqlInjectionATM::SqlInjectionAtmConfig
1818
or
19-
queryName = "NosqlInjectionATM.ql" and
19+
queryName = "NosqlInjection" and
2020
c instanceof NosqlInjectionATM::NosqlInjectionAtmConfig
2121
or
22-
queryName = "TaintedPathInjectionATM.ql" and
22+
queryName = "TaintedPathInjection" and
2323
c instanceof TaintedPathATM::TaintedPathAtmConfig
2424
or
25-
queryName = "XssATM.ql" and c instanceof XssATM::DomBasedXssAtmConfig
25+
queryName = "Xss" and c instanceof XssATM::DomBasedXssAtmConfig
2626
) and
2727
e = c.getASinkEndpointType()
2828
select queryName, e.getEncoding() as label

0 commit comments

Comments
 (0)