We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isEffectiveSink
ExtractMisclassifiedEndpointFeatures
1 parent 8fee9cb commit 38c40a7Copy full SHA for 38c40a7
1 file changed
javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/ATMConfig.qll
@@ -69,7 +69,7 @@ abstract class AtmConfig extends string {
69
* Holds if the candidate sink `candidateSink` predicted by the machine learning model should be
70
* an effective sink, i.e. one considered as a possible sink of flow in the boosted query.
71
*/
72
- final predicate isEffectiveSink(JS::DataFlow::Node candidateSink) {
+ predicate isEffectiveSink(JS::DataFlow::Node candidateSink) {
73
not exists(this.getAReasonSinkExcluded(candidateSink))
74
}
75
0 commit comments