Extended attributions & CVE

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/ChangeLog.d/context_load_and_session_load_documentation.txt b/ChangeLog.d/context_load_and_session_load_documentation.txt
index 200ab27..dbbbda1 100644
--- a/ChangeLog.d/context_load_and_session_load_documentation.txt
+++ b/ChangeLog.d/context_load_and_session_load_documentation.txt
@@ -4,5 +4,5 @@
      mbedtls_ssl_context_load() has been updated to clarify the responsibility
      of the application to preserve the confidentiality and integrity of
      serialized data, mitigating the risk of misuse of these APIs.
-     Credit to Haruto Kimura (Stella) for highlighting risks associated with
-     tampered serialized data.
+     Credit to Haruto Kimura (Stella) and Eva Crystal (0xiviel) for
+     highlighting risks associated with tampered serialized data.
diff --git a/ChangeLog.d/inet_pton.txt b/ChangeLog.d/inet_pton.txt
index 1acb8de..73b9aa6 100644
--- a/ChangeLog.d/inet_pton.txt
+++ b/ChangeLog.d/inet_pton.txt
@@ -2,5 +2,4 @@
    * Fix a limited buffer underflow in x509_inet_pton_ipv6(). In rare cases
      (e.g. on platforms with memory protection when the overread crosses page
      boundary) this could lead to DoS. Found and reported by Haruto Kimura
-     (Stella).
-     CVE-2026-25833
+     (Stella). CVE-2026-25833