We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd013f commit c2035e8Copy full SHA for c2035e8
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll
@@ -104,7 +104,7 @@ abstract class AtmConfig extends string {
104
* Get an endpoint type for the sinks of this query. A query may have multiple applicable
105
* endpoint types for its sinks.
106
*/
107
- EndpointType getASinkEndpointType() { none() }
+ abstract EndpointType getASinkEndpointType();
108
109
/**
110
* EXPERIMENTAL. This API may change in the future.
0 commit comments