mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #20666 from owen-mc/go/promote-weak-crypto-algorithm
Go: promote `go/weak-crypto-algorithm`
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -34,6 +34,8 @@ strongHashingAlgorithms
|
||||
| SHA3256 |
|
||||
| SHA3384 |
|
||||
| SHA3512 |
|
||||
| SHA512224 |
|
||||
| SHA512256 |
|
||||
| SHAKE128 |
|
||||
| SHAKE256 |
|
||||
| SM3 |
|
||||
|
||||
Reference in New Issue
Block a user