From c7d888dfd62f0dcec4a5754b8e9bfbb95f00cf45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Jan 2025 16:59:03 +0000 Subject: [PATCH] Move new vulnerability to vulnerabilities/AIKIDO-2025-10062.json and reset new.json template --- input/new.json | 34 +++++++++----------------- vulnerabilities/AIKIDO-2025-10062.json | 27 ++++++++++++++++++++ 2 files changed, 39 insertions(+), 22 deletions(-) create mode 100644 vulnerabilities/AIKIDO-2025-10062.json diff --git a/input/new.json b/input/new.json index c2c1221..87646b9 100644 --- a/input/new.json +++ b/input/new.json @@ -1,25 +1,15 @@ { - "package_name": "dompurify", - "patch_versions": [ - "3.2.4" - ], - "vulnerable_ranges": [ - [ - "1.0.0", - "3.2.3" - ] - ], - "cwe": [ - "CWE-79" - ], - "tldr": "Affected versions of this package are vulnerable to Cross-site Scripting (XSS) in the `DOMPurify.sanitize` function.", - "doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.", - "how_to_fix": "Upgrade the `dompurify` library to a patch version.", - "reporter": "", - "vulnerable_to": "Cross-site Scripting (XSS)", + "package_name": "", + "patch_versions": [], + "vulnerable_ranges": [], + "cwe": [], + "tldr": "", + "doest_this_affect_me": "", + "how_to_fix": "", + "vulnerable_to": "", "related_cve_id": "", - "language": "JS", - "severity_class": "LOW", - "aikido_score": 16, - "changelog": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4" + "language": "", + "severity_class": "", + "aikido_score": 0, + "changelog": "" } diff --git a/vulnerabilities/AIKIDO-2025-10062.json b/vulnerabilities/AIKIDO-2025-10062.json new file mode 100644 index 0000000..adecb0a --- /dev/null +++ b/vulnerabilities/AIKIDO-2025-10062.json @@ -0,0 +1,27 @@ +{ + "package_name": "dompurify", + "patch_versions": [ + "3.2.4" + ], + "vulnerable_ranges": [ + [ + "1.0.0", + "3.2.3" + ] + ], + "cwe": [ + "CWE-79" + ], + "tldr": "Affected versions of this package are vulnerable to Cross-site Scripting (XSS) in the `DOMPurify.sanitize` function.", + "doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.", + "how_to_fix": "Upgrade the `dompurify` library to a patch version.", + "reporter": "", + "vulnerable_to": "Cross-site Scripting (XSS)", + "related_cve_id": "", + "language": "JS", + "severity_class": "LOW", + "aikido_score": 16, + "changelog": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4", + "last_modified": "2025-01-30", + "published": "2025-01-30" +}