mirror of
https://github.com/github/codeql.git
synced 2026-05-21 22:57:11 +02:00
Fix endpointScores
This commit is contained in:
@@ -45,9 +45,6 @@ module ModelScoring {
|
||||
internalEnpointScores(endpoint, endpointType.getDescription()) and
|
||||
score = 1.0
|
||||
)
|
||||
or
|
||||
encodedEndpointType = any(EndpointType endpointType).getEncoding() and
|
||||
score = 0.0
|
||||
}
|
||||
|
||||
predicate internalEnpointScores(DataFlow::Node endpoint, string prediction) =
|
||||
|
||||
Reference in New Issue
Block a user