mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
C++: Fix copy-paste error.
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user