Skip to content

Commit cfd9c9d

Browse files
rdmarsh2geoffw0
andauthored
C++: Update doc for `getMinimumKeySize
Co-authored-by: Geoffrey White <[email protected]>
1 parent 3637078 commit cfd9c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-326/InsufficientKeySize.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import cpp
1414
import semmle.code.cpp.ir.dataflow.DataFlow
1515
import semmle.code.cpp.ir.IR
1616

17-
// Holds if `func` is the name of an encryption function that accepts a key size as parameter `paramIndex`
17+
// Gets the recommended minimum key size (in bits) of `func`, the name of an encryption function that accepts a key size as parameter `paramIndex`
1818
int getMinimumKeyStrength(string func, int paramIndex) {
1919
func =
2020
[

0 commit comments

Comments
 (0)