From a6ccb7c7ba37ce362ce3e1480e835282f885e0e8 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Wed, 13 Nov 2024 16:18:57 +0800 Subject: [PATCH] update cve CVE-2023-51103 --- data/cve/CVE-2023-51103.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/data/cve/CVE-2023-51103.json b/data/cve/CVE-2023-51103.json index 6a6a2f24fd..58b53cfc50 100644 --- a/data/cve/CVE-2023-51103.json +++ b/data/cve/CVE-2023-51103.json @@ -17,7 +17,8 @@ "src": [ { "rpm_name": "mupdf", - "rpm_status": "affected" + "rpm_status": "fixed", + "advisory_id": "ANSA-2024:1058" } ] } @@ -34,12 +35,23 @@ "abstract": "A floating point exception (divide-by-zero) vulnerability was discovered in Artifex MuPDF 1.23.4 in the function fz_new_pixmap_from_float_data() of pixmap.c.", "description": null, "issue": null, - "acknowledgements": null, - "acknowledgements_en": null, + "acknowledgements": "", + "acknowledgements_en": "", "reference": null, "diagnose": null, "statement": null, "mitigation": null, - "update_user": null, - "errata": [] + "update_user": "distro-team", + "errata": [ + { + "id": 9049, + "advisory_id": "ANSA-2024:1058", + "severity": "Important", + "publish_user": "", + "update_user": null, + "publish_date": "2024-11-08 00:00:00", + "create_date": "2024-11-13 16:14:44", + "update_date": "2024-11-13 16:14:44" + } + ] } \ No newline at end of file -- Gitee