Skip to content

Commit 5e3b6fa

Browse files
committed
Update qldoc
1 parent 50be543 commit 5e3b6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-326/InsufficientKeySize.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ are vulnerable to brute force attack when too small a key size is used.</p>
66
</overview>
77

88
<recommendation>
9-
<p>The key should be at least 2048 bits long when using RSA and DSA encryption, 224 bits long when using EC encryption, and 128 bits long when using
9+
<p>The key should be at least 2048 bits long when using RSA and DSA encryption, 256 bits long when using EC encryption, and 128 bits long when using
1010
symmetric encryption.</p>
1111
</recommendation>
1212

0 commit comments

Comments
 (0)