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
13
13
from string queryName , AtmConfig c , EndpointType e
14
14
where
15
15
(
16
- queryName = "SqlInjectionATM.ql " and
16
+ queryName = "SqlInjection " and
17
17
c instanceof SqlInjectionATM:: SqlInjectionAtmConfig
18
18
or
19
- queryName = "NosqlInjectionATM.ql " and
19
+ queryName = "NosqlInjection " and
20
20
c instanceof NosqlInjectionATM:: NosqlInjectionAtmConfig
21
21
or
22
- queryName = "TaintedPathInjectionATM.ql " and
22
+ queryName = "TaintedPathInjection " and
23
23
c instanceof TaintedPathATM:: TaintedPathAtmConfig
24
24
or
25
- queryName = "XssATM.ql " and c instanceof XssATM:: DomBasedXssAtmConfig
25
+ queryName = "Xss " and c instanceof XssATM:: DomBasedXssAtmConfig
26
26
) and
27
27
e = c .getASinkEndpointType ( )
28
28
select queryName , e .getEncoding ( ) as label
You can’t perform that action at this time.
0 commit comments