Skip to content

Commit 6f807e9

Browse files
committed
Doc suggestion from code review
1 parent 75cd7a9 commit 6f807e9

File tree

1 file changed

+2
-2
lines changed
  • javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling

1 file changed

+2
-2
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)