mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
fix: remove rsa/ecb/* from getASecureAlgorithmName
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
@@ -250,8 +250,7 @@ string getASecureAlgorithmName() {
|
||||
result =
|
||||
[
|
||||
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?)",
|
||||
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding",
|
||||
"RSA/ECB/OAEPWithSHA-256AndMGF1Padding"
|
||||
"Blowfish", "ECIES"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user