We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c40a7 commit ccbf1caCopy full SHA for ccbf1ca
1 file changed
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll
@@ -78,6 +78,8 @@ abstract class AtmConfig extends string {
78
) {
79
// An endpoint is an effective sink if it has neither standard endpoint filter characteristics nor endpoint filter
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.
83
exists(EndpointCharacteristics::StandardEndpointFilterCharacteristic standardFilter |
84
standardFilter.getEndpoints(candidateSink) and
85
result = standardFilter
0 commit comments