From 0d2f7675a2d9a0bbd5a99379a04b8d72aa70720e Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Mon, 29 Dec 2025 10:07:15 +0100 Subject: [PATCH] package/libtomcrypt: add CVE trailer in patch Since Buildroot commit [1] the patches that fixes a security vulnerability needs to reference the fixed vulnerability. This patch adds the relevant information to the patch header. [1] 1167d0ff3d docs/manual: mention CVE trailer Signed-off-by: Thomas Perale Signed-off-by: Thomas Petazzoni (cherry picked from commit 9265e6973593240104c8f9e2a675c01c6c8e37a3) Signed-off-by: Thomas Perale --- package/libtomcrypt/0001-fix-CVE-2019-17362.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libtomcrypt/0001-fix-CVE-2019-17362.patch b/package/libtomcrypt/0001-fix-CVE-2019-17362.patch index 91e2145853..adf5020049 100644 --- a/package/libtomcrypt/0001-fix-CVE-2019-17362.patch +++ b/package/libtomcrypt/0001-fix-CVE-2019-17362.patch @@ -6,6 +6,7 @@ Subject: [PATCH] Fixes #507 Fix a vulnerability in der_decode_utf8_string as specified here: https://github.com/libtom/libtomcrypt/issues/507 +CVE: CVE-2019-17362 [for import into Buildroot] Signed-off-by: Thomas De Schampheleire