Copilot commented on code in PR #40: URL: https://github.com/apache/logging-site/pull/40#discussion_r3561986118
########## src/site/antora/modules/ROOT/pages/_vulnerabilities.adoc: ########## @@ -29,6 +29,51 @@ Version ranges follow the https://github.com/package-url/vers-spec/blob/main/VER For brevity, mathematical interval notation is used, with the union operator (`∪`) to represent multiple ranges. ==== +[#CVE-2026-49844] +== {cve-url-prefix}/CVE-2026-49844[CVE-2026-49844] + +[cols="1h,5"] +|=== +|Summary |Improper serialization of non-finite floating-point values in `MapMessageJsonFormatter` Review Comment: The summary names `MapMessageJsonFormatter`, but the rest of this CVE entry (and the VDR XML) describes the vulnerable code path as `MapMessage.asJson()`. Using a different identifier in the summary is likely to confuse readers and makes the entry inconsistent within the page. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
