Remove erroneous comma

This commit is contained in:
Owen Mansel-Chan
2025-10-08 14:08:36 +01:00
parent 90db349f4b
commit 2a1c9d8ec1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -14,7 +14,7 @@
secure than it appears to be. secure than it appears to be.
</p> </p>
<p> <p>
This query alerts on any use of a weak cryptographic algorithm, that is This query alerts on any use of a weak cryptographic algorithm that is
not a hashing algorithm. Use of broken or weak cryptographic hash not a hashing algorithm. Use of broken or weak cryptographic hash
functions are handled by the functions are handled by the
<code>rb/weak-sensitive-data-hashing</code> query. <code>rb/weak-sensitive-data-hashing</code> query.

View File

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