Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b7df35

Browse files
Jami CogswellJami Cogswell
authored andcommitted
move files
1 parent fc810dd commit 9b7df35

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

java/ql/src/experimental/Security/CWE/CWE-326/InsufficientKeySize.java renamed to java/ql/src/Security/CWE/CWE-326/InsufficientKeySize.java

File renamed without changes.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE qhelp PUBLIC "-//Semmle//qhelp//EN" "qhelp.dtd">
22
<qhelp>
33
<overview>
4-
<p>This rule finds uses of encryption algorithms with too small a key size. Encryption algorithms
4+
<p>This rule finds uses of encryption algorithms with too small a key size. Encryption algorithms
55
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, 256 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>
12-
12+
1313
<references>
1414

1515
<li>
@@ -24,6 +24,6 @@ symmetric encryption.</p>
2424
CWE.
2525
<a href="https://cwe.mitre.org/data/definitions/326.html">CWE-326: Inadequate Encryption Strength</a>
2626
</li>
27-
27+
2828
</references>
29-
</qhelp>
29+
</qhelp>

java/ql/src/experimental/Security/CWE/CWE-326/InsufficientKeySize.ql renamed to java/ql/src/Security/CWE/CWE-326/InsufficientKeySize.ql

File renamed without changes.

java/ql/test/experimental/query-tests/security/CWE-326/InsufficientKeySize.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.

java/ql/test/experimental/query-tests/security/CWE-326/InsufficientKeySize.expected renamed to java/ql/test/query-tests/security/CWE-326/InsufficientKeySize.expected

File renamed without changes.

java/ql/test/experimental/query-tests/security/CWE-326/InsufficientKeySize.java renamed to java/ql/test/query-tests/security/CWE-326/InsufficientKeySize.java

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
experimental/Security/CWE/CWE-326/InsufficientKeySize.ql

0 commit comments

Comments
 (0)