Skip to content

Commit 2a1c9d8

Browse files
committed
Remove erroneous comma
1 parent 90db349 commit 2a1c9d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/ql/src/Security/CWE-327/BrokenCryptoAlgorithm.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</p>
1717

1818
<p>
19-
This query alerts on any use of a weak cryptographic algorithm, that is
19+
This query alerts on any use of a weak cryptographic algorithm that is
2020
not a hashing algorithm. Use of broken or weak cryptographic hash
2121
functions are handled by the
2222
<code>py/weak-sensitive-data-hashing</code> query.

ruby/ql/src/queries/security/cwe-327/BrokenCryptoAlgorithm.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
secure than it appears to be.
1515
</p>
1616
<p>
17-
This query alerts on any use of a weak cryptographic algorithm, that is
17+
This query alerts on any use of a weak cryptographic algorithm that is
1818
not a hashing algorithm. Use of broken or weak cryptographic hash
1919
functions are handled by the
2020
<code>rb/weak-sensitive-data-hashing</code> query.

rust/ql/src/queries/security/CWE-327/BrokenCryptoAlgorithm.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</p>
1717

1818
<p>
19-
This query alerts on any use of a weak cryptographic algorithm, that is
19+
This query alerts on any use of a weak cryptographic algorithm that is
2020
not a hashing algorithm. Use of broken or weak cryptographic hash
2121
functions are handled by the
2222
<code>rust/weak-sensitive-data-hashing</code> query.

0 commit comments

Comments
 (0)