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 3637078 commit cfd9c9dCopy full SHA for cfd9c9d
cpp/ql/src/Security/CWE/CWE-326/InsufficientKeySize.ql
@@ -14,7 +14,7 @@ import cpp
14
import semmle.code.cpp.ir.dataflow.DataFlow
15
import semmle.code.cpp.ir.IR
16
17
-// Holds if `func` is the name of an encryption function that accepts a key size as parameter `paramIndex`
+// Gets the recommended minimum key size (in bits) of `func`, the name of an encryption function that accepts a key size as parameter `paramIndex`
18
int getMinimumKeyStrength(string func, int paramIndex) {
19
func =
20
[
0 commit comments