You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/EndpointCharacteristics.qll
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,6 @@ abstract class EndpointCharacteristic extends string {
21
21
bindingset[this]
22
22
EndpointCharacteristic(){any()}
23
23
24
-
/** Indicators with confidence at or above this threshold are considered to be high-confidence indicators. */
25
-
floatgetHighConfidenceThreshold(){result=0.8}
26
-
27
-
/** Indicators with confidence at or above this threshold are considered to be medium-confidence indicators. */
28
-
floatgetMediumConfidenceThreshold(){result=0.5}
29
-
30
24
/** The logic to identify which endpoints have this characteristic. */
0 commit comments