Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cd7a9 commit 6f807e9Copy full SHA for 6f807e9
1 file changed
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll
@@ -144,8 +144,8 @@ abstract class AtmConfig extends JS::TaintTracking::Configuration {
144
145
/**
146
* 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.
+ * to this ML-boosted configuration, whereas the unboosted base query does not contain this source and sink
+ * combination.
149
*/
150
predicate getAlerts(JS::DataFlow::PathNode source, JS::DataFlow::PathNode sink, float score) {
151
this.hasFlowPath(source, sink) and
0 commit comments