Skip to content

Commit f0e340c

Browse files
committed
Fix small mistake in Ruby query help
1 parent c9294c0 commit f0e340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
The following example shows two functions for checking whether the hash
6868
of a certificate matches a known value -- to prevent tampering.
6969

70-
The first function uses MD5 that is known to be vulnerable to collision attacks.
70+
The first function uses SHA-1 that is known to be vulnerable to collision attacks.
7171

7272
The second function uses SHA-256 that is a strong cryptographic hashing function.
7373
</p>

0 commit comments

Comments
 (0)