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 c9294c0 commit f0e340cCopy full SHA for f0e340c
ruby/ql/src/queries/security/cwe-327/WeakSensitiveDataHashing.qhelp
@@ -67,7 +67,7 @@
67
The following example shows two functions for checking whether the hash
68
of a certificate matches a known value -- to prevent tampering.
69
70
- The first function uses MD5 that is known to be vulnerable to collision attacks.
+ The first function uses SHA-1 that is known to be vulnerable to collision attacks.
71
72
The second function uses SHA-256 that is a strong cryptographic hashing function.
73
</p>
0 commit comments