From 798a736d169deef08503edb64983a445e37637c1 Mon Sep 17 00:00:00 2001 From: Rakshith Gopalakrishna Date: Tue, 4 Jun 2024 10:34:57 -0700 Subject: [PATCH] fix: update changelog Co-authored-by: Tony Torralba --- java/ql/src/change-notes/2024-05-13-rsa-ecb-secure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6bb6ce48cbe..32418150eb8 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.