File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ abstract class AtmConfig extends string {
78
78
) {
79
79
// An endpoint is an effective sink if it has neither standard endpoint filter characteristics nor endpoint filter
80
80
// characteristics that are specific to this sink type.
81
+ // TODO: Experiment with excluding all endpoints that have a medium- or high-confidence characteristic that implies
82
+ // they're not sinks for this sink type (or not sinks for any sink type), not just the EndpointFilterCharacteristics.
81
83
exists ( EndpointCharacteristics:: StandardEndpointFilterCharacteristic standardFilter |
82
84
standardFilter .getEndpoints ( candidateSink ) and
83
85
result = standardFilter
You can’t perform that action at this time.
0 commit comments