Improve suggestion for ECB

This commit is contained in:
Owen Mansel-Chan
2024-11-29 14:05:07 +00:00
parent 95d26d96d2
commit 5c99c8cc37

View File

@@ -219,7 +219,7 @@ predicate insecureAlgorithm(string name, string reason) {
or
name = "ECB" and
reason =
"Encryption mode ECB like AES/ECB/NoPadding is vulnerable to replay and other attacks. Consider using AES instead."
"Encryption mode ECB like AES/ECB/NoPadding is vulnerable to replay and other attacks. Use a different encryption mode."
or
name = "AES/CBC/PKCS[57]Padding" and
reason =