We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7382ee commit 88dc086Copy full SHA for 88dc086
cpp/ql/src/Security/CWE/CWE-327/BrokenCryptoAlgorithm.ql
@@ -32,7 +32,7 @@ Function getAdditionalEvidenceFunction() {
32
(
33
isEncryptionAdditionalEvidence(result.getName()) or
34
isEncryptionAdditionalEvidence(result.getAParameter().getName()) or
35
- isInsecureEncryption(result.getDeclaringType().getName())
+ isEncryptionAdditionalEvidence(result.getDeclaringType().getName())
36
) and
37
exists(result.getACallToThisFunction())
38
}
0 commit comments