File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ abstract class AtmConfig extends JS::TaintTracking::Configuration {
144144
145145 /**
146146 * Holds if there's an ATM alert (a flow path from `source` to `sink` with ML-determined likelihood `score`) according
147- * to this ML-boosted configuration, whereas the unboosted base query is unlikely to report an alert for this source
148- * and sink .
147+ * to this ML-boosted configuration, whereas the unboosted base query does not contain this source and sink
148+ * combination .
149149 */
150150 predicate getAlerts ( JS:: DataFlow:: PathNode source , JS:: DataFlow:: PathNode sink , float score ) {
151151 this .hasFlowPath ( source , sink ) and
You can’t perform that action at this time.
0 commit comments