We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2918d30 commit 90db349Copy full SHA for 90db349
ruby/ql/src/queries/security/cwe-327/BrokenCryptoAlgorithm.qhelp
@@ -13,6 +13,12 @@
13
algorithm means that encrypted or hashed data is less
14
secure than it appears to be.
15
</p>
16
+ <p>
17
+ This query alerts on any use of a weak cryptographic algorithm, that is
18
+ not a hashing algorithm. Use of broken or weak cryptographic hash
19
+ functions are handled by the
20
+ <code>rb/weak-sensitive-data-hashing</code> query.
21
+ </p>
22
</overview>
23
<recommendation>
24
<p>
0 commit comments