Skip to content

Commit ecefc16

Browse files
Merge pull request #4790 from OpenLiberty/26.0.0.3-update
Update 26.0.0.3 GA blog
2 parents a08594f + 665f32b commit ecefc16

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
@@ -305,9 +305,9 @@ For more information, see the link:https://smallrye.io/jandex/jandex/3.5.3/index
305305
// // // // // // // //
306306
[#aes]
307307
== AES encoding changes
308-
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].
308+
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].
309309

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

312312
[source,bash]
313313
----

0 commit comments

Comments
 (0)