File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ abstract class AtmConfig extends string {
81
81
) {
82
82
// An endpoint is an effective sink (sink candidate) if none of its characteristics give much indication whether or
83
83
// not it is a sink. Historically, we used endpoint filters, and scored endpoints that are filtered out neither by
84
- // a standard endpoint filter nor by an endpoint filter specific to this sink type. To replicate this behaviour , we
84
+ // a standard endpoint filter nor by an endpoint filter specific to this sink type. To replicate this behavior , we
85
85
// have given the endpoint filter characteristics medium confidence, and we exclude endpoints that have a
86
86
// medium-confidence characteristic that indicates that they are not sinks, either in general or for this sink type.
87
87
exists ( EndpointCharacteristics:: EndpointCharacteristic filter , float confidence |
You can’t perform that action at this time.
0 commit comments