Skip to content

Commit 665f32b

Browse files
Update 26.0.0.3 GA blog
1 parent d5794f0 commit 665f32b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

posts/2026-03-24-26.0.0.3.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ For more information, see the link:https://smallrye.io/jandex/jandex/3.5.3/index
302302
// // // // // // // //
303303
[#aes]
304304
== AES encoding changes
305-
The SecurityUtility encode command **now** requires a key to be specified for AES encodings. Default key is not supported anymore. This change in behavior resolves link:https://www.ibm.com/support/pages/node/7261638[CVE-2025-14923].
305+
The `securityUtility encode` command now requires a key to be specified for AES encodings. Specify a key by including one of the following options: `--key`, `--base64Key`, `--aesConfigFile`, or `--keyring`. This update resolves link:https://www.ibm.com/support/pages/node/7261638[CVE-2025-14923].
306306

307-
The following command now results in an error.
307+
The following command now results in an error because a key is not specified in the command.
308308

309309
[source,bash]
310310
----

0 commit comments

Comments
 (0)