diff --git a/rules/S6432/message.adoc b/rules/S6432/message.adoc index b64258799d3..b4b532a61a3 100644 --- a/rules/S6432/message.adoc +++ b/rules/S6432/message.adoc @@ -1,8 +1,8 @@ === Message * Primary location -** Use a dynamically-generated initialization vector (IV) to avoid IV-key pair reuse. +** Use a dynamically-generated initialization vector (IV) instead of hardcoded values. * Secondary location ** The initialization vector is configured here. -** The initialization vector is a static value. \ No newline at end of file +** The initialization vector is a static value.