freerdp: ignore CVE-2025-68118

Details: https://nvd.nist.gov/vuln/detail/CVE-2025-68118

The vulnerability is specific to the usage of Microsoft specific sprintf
implementation. Because of this, ignore this vulnerability.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2026-01-28 20:54:25 +01:00 committed by Khem Raj
parent c0af251f34
commit 1b4b952b51
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -115,6 +115,7 @@ python populate_packages:prepend () {
}
CVE_STATUS[CVE-2024-32662] = "fixed-version: 2.x is not affected, bug was introduced in 3.0.0"
CVE_STATUS[CVE-2025-68118] = "not-applicable-platform: Windows-only vulnerability"
# avoid http://errors.yoctoproject.org/Errors/Details/852862/
# fixed in freerdp3 with https://github.com/FreeRDP/FreeRDP/pull/10553