Fix endpointScores

This commit is contained in:
tiferet
2022-12-07 17:38:47 -08:00
parent 4603a66411
commit d76d11bd27

View File

@@ -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) =