Add missing parenthetical remark

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2026-03-11 10:31:58 +01:00
parent fc38b65561
commit 7cf7a85008
+4 -3
View File
@@ -7,7 +7,8 @@ Features
Security
* Applications running in environments where the application state is
cloned () should arrange to reseed the random generator using one
of the new functions psa_random_reseed() or psa_random_deplete().
CVE-2026-25835
cloned (for example due to resuming a frozen system state multiple
times, or due to cloning a virtual machine image) should arrange to
reseed the random generator using one of the new functions
psa_random_reseed() or psa_random_deplete(). CVE-2026-25835