You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointDataTraining.qll
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ private import experimental.adaptivethreatmodeling.NosqlInjectionATM as NosqlInj
14
14
privateimport experimental.adaptivethreatmodeling.SqlInjectionATM as SqlInjectionAtm
15
15
privateimport experimental.adaptivethreatmodeling.TaintedPathATM as TaintedPathAtm
16
16
privateimport experimental.adaptivethreatmodeling.XssATM as XssAtm
17
+
privateimport experimental.adaptivethreatmodeling.XssThroughDomATM as XssThroughDomAtm
17
18
18
19
/**
19
20
* Gets the set of featureName-featureValue pairs for each endpoint in the training set.
0 commit comments