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 {
7878 ) {
7979 // An endpoint is an effective sink if it has neither standard endpoint filter characteristics nor endpoint filter
8080 // 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.
8183 exists ( EndpointCharacteristics:: StandardEndpointFilterCharacteristic standardFilter |
8284 standardFilter .getEndpoints ( candidateSink ) and
8385 result = standardFilter
You can’t perform that action at this time.
0 commit comments