File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ import experimental.adaptivethreatmodeling.AdaptiveThreatModeling
1313from string queryName , AtmConfig c , EndpointType e
1414where
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 ( )
2828select queryName , e .getEncoding ( ) as label
You can’t perform that action at this time.
0 commit comments