Re: [PATCH 1/2] published: CVE-2025-0927: Fix up JSON schema.
From: Greg Kroah-Hartman
Date: Wed Apr 02 2025 - 03:11:17 EST
On Wed, Apr 02, 2025 at 12:21:52PM +0530, Siddh Raman Pant wrote:
> It doesn't match the schema of other CVEs as it was not generated
> by bippy.
>
> Fixed by hand / manually.
>
> programFiles were added from the info in mbox.
>
> Signed-off-by: Siddh Raman Pant <siddh.raman.pant@xxxxxxxxxx>
> ---
> cve/published/2025/CVE-2025-0927.json | 36 ++++++++-------------------
> 1 file changed, 11 insertions(+), 25 deletions(-)
>
> diff --git a/cve/published/2025/CVE-2025-0927.json b/cve/published/2025/CVE-2025-0927.json
> index 0a61961ede76..743e70d4b100 100644
> --- a/cve/published/2025/CVE-2025-0927.json
> +++ b/cve/published/2025/CVE-2025-0927.json
> @@ -4,8 +4,13 @@
> "affected": [
> {
> "defaultStatus": "unaffected",
> - "product": "Linux Kernel",
> + "product": "Linux",
> "vendor": "Linux",
> + "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
> + "programFiles": [
> + "fs/hfs/bnode.c",
> + "fs/hfsplus/bnode.c",
> + ]
Also, I think the files are more than just this, so this would be
incorrect to add at this point in time.
thanks,
greg k-h