Skip to content

Commit 2aa4651

Browse files
committed
Remove predicates not yet used from the current PR
1 parent 74c8bff commit 2aa4651

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ abstract class EndpointCharacteristic extends string {
2121
bindingset[this]
2222
EndpointCharacteristic() { any() }
2323

24-
/** Indicators with confidence at or above this threshold are considered to be high-confidence indicators. */
25-
float getHighConfidenceThreshold() { result = 0.8 }
26-
27-
/** Indicators with confidence at or above this threshold are considered to be medium-confidence indicators. */
28-
float getMediumConfidenceThreshold() { result = 0.5 }
29-
3024
/** The logic to identify which endpoints have this characteristic. */
3125
abstract predicate getEndpoints(DataFlow::Node n);
3226

0 commit comments

Comments
 (0)