Doc suggestion from code review

This commit is contained in:
tiferet
2022-11-29 13:02:06 -08:00
parent 75cd7a9ebc
commit 6f807e9d43

View File

@@ -144,8 +144,8 @@ abstract class AtmConfig extends JS::TaintTracking::Configuration {
/**
* Holds if there's an ATM alert (a flow path from `source` to `sink` with ML-determined likelihood `score`) according
* to this ML-boosted configuration, whereas the unboosted base query is unlikely to report an alert for this source
* and sink.
* to this ML-boosted configuration, whereas the unboosted base query does not contain this source and sink
* combination.
*/
predicate getAlerts(JS::DataFlow::PathNode source, JS::DataFlow::PathNode sink, float score) {
this.hasFlowPath(source, sink) and