diff --git a/java/ql/src/change-notes/2024-05-13-rsa-ecb-secure.md b/java/ql/src/change-notes/2024-05-13-rsa-ecb-secure.md index 6bb6ce48cbec5..32418150eb8fa 100644 --- a/java/ql/src/change-notes/2024-05-13-rsa-ecb-secure.md +++ b/java/ql/src/change-notes/2024-05-13-rsa-ecb-secure.md @@ -1,4 +1,4 @@ --- category: majorAnalysis --- -* Added RSA/ECB/OAEPWithSHA-1AndMGF1Padding and RSA/ECB/OAEPWithSHA-256AndMGF1Padding to the list of secure algorithms +* The query `java/weak-cryptographic-algorithm` no longer alerts about `RSA/ECB` algorithm strings.