Skip to content

Commit 38c40a7

Browse files
committed
isEffectiveSink can't be final because ExtractMisclassifiedEndpointFeatures overrides it.
1 parent 8fee9cb commit 38c40a7

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
@@ -69,7 +69,7 @@ abstract class AtmConfig extends string {
6969
* Holds if the candidate sink `candidateSink` predicted by the machine learning model should be
7070
* an effective sink, i.e. one considered as a possible sink of flow in the boosted query.
7171
*/
72-
final predicate isEffectiveSink(JS::DataFlow::Node candidateSink) {
72+
predicate isEffectiveSink(JS::DataFlow::Node candidateSink) {
7373
not exists(this.getAReasonSinkExcluded(candidateSink))
7474
}
7575

0 commit comments

Comments
 (0)