mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Remove predicates not yet used from the current PR
This commit is contained in:
@@ -21,12 +21,6 @@ abstract class EndpointCharacteristic extends string {
|
||||
bindingset[this]
|
||||
EndpointCharacteristic() { any() }
|
||||
|
||||
/** Indicators with confidence at or above this threshold are considered to be high-confidence indicators. */
|
||||
float getHighConfidenceThreshold() { result = 0.8 }
|
||||
|
||||
/** Indicators with confidence at or above this threshold are considered to be medium-confidence indicators. */
|
||||
float getMediumConfidenceThreshold() { result = 0.5 }
|
||||
|
||||
/** The logic to identify which endpoints have this characteristic. */
|
||||
abstract predicate getEndpoints(DataFlow::Node n);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user