mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fix small mistake in Ruby query help
This commit is contained in:
committed by
Owen Mansel-Chan
parent
8d7b2757bf
commit
7d7af193dc
@@ -67,7 +67,7 @@
|
||||
The following example shows two functions for checking whether the hash
|
||||
of a certificate matches a known value -- to prevent tampering.
|
||||
|
||||
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.
|
||||
|
||||
The second function uses SHA-256 that is a strong cryptographic hashing function.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user