File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import experimental.adaptivethreatmodeling.SqlInjectionATM as SqlInjectionAtm
8
8
import experimental.adaptivethreatmodeling.NosqlInjectionATM as NosqlInjectionAtm
9
9
import experimental.adaptivethreatmodeling.TaintedPathATM as TaintedPathAtm
10
10
import experimental.adaptivethreatmodeling.XssATM as XssAtm
11
+ import experimental.adaptivethreatmodeling.XssThroughDomATM as XssThroughDomAtm
11
12
import experimental.adaptivethreatmodeling.AdaptiveThreatModeling
12
13
13
14
from string queryName , AtmConfig c , EndpointType e
23
24
c instanceof TaintedPathAtm:: TaintedPathAtmConfig
24
25
or
25
26
queryName = "Xss" and c instanceof XssAtm:: DomBasedXssAtmConfig
27
+ or
28
+ queryName = "XssThroughDOM" and c instanceof XssThroughDomAtm:: XssThroughDomAtmConfig
26
29
) and
27
30
e = c .getASinkEndpointType ( )
28
31
select queryName , e .getEncoding ( ) as label
You can’t perform that action at this time.
0 commit comments