C++: Fix copy-paste error.

This commit is contained in:
Geoffrey White
2021-05-18 14:18:59 +01:00
parent c7382ee06d
commit 88dc0861ac

View File

@@ -32,7 +32,7 @@ Function getAdditionalEvidenceFunction() {
(
isEncryptionAdditionalEvidence(result.getName()) or
isEncryptionAdditionalEvidence(result.getAParameter().getName()) or
isInsecureEncryption(result.getDeclaringType().getName())
isEncryptionAdditionalEvidence(result.getDeclaringType().getName())
) and
exists(result.getACallToThisFunction())
}