Skip to content

Commit ccbf1ca

Browse files
committed
Add a comment
1 parent 38c40a7 commit ccbf1ca

File tree

1 file changed

+2
-0
lines changed
  • javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling

1 file changed

+2
-0
lines changed

javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)