linuxptp: add missing prefix to CVE ID

The ID should be in the CVE-YYYY-NNNNN format, as in the other
CVE_STATUS[] settings.

Add 'CVE-' to avoid potential parsing errors in tools that provide CVE
scaning/analysis.

Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Joao Marcos Costa
2026-01-23 11:25:30 +01:00
committed by Anuj Mittal
parent 2759d8870e
commit c72ce4fc7e

View File

@@ -61,4 +61,4 @@ PACKAGES =+ "${PN}-configs"
FILES:${PN}-configs += "${docdir}"
CVE_STATUS[2024-42861] = "disputed: Considered to be bogus by upstream and major distros"
CVE_STATUS[CVE-2024-42861] = "disputed: Considered to be bogus by upstream and major distros"