Skip to content

Commit c2035e8

Browse files
committed
Be explicit in requiring that each ATM config set its endpoint type.
1 parent 0fd013f commit c2035e8

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ abstract class AtmConfig extends string {
104104
* Get an endpoint type for the sinks of this query. A query may have multiple applicable
105105
* endpoint types for its sinks.
106106
*/
107-
EndpointType getASinkEndpointType() { none() }
107+
abstract EndpointType getASinkEndpointType();
108108

109109
/**
110110
* EXPERIMENTAL. This API may change in the future.

0 commit comments

Comments
 (0)