Skip to content

Commit

Permalink
Move new vulnerability to vulnerabilities/AIKIDO-2025-10062.json and …
Browse files Browse the repository at this point in the history
…reset new.json template
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent 9436a51 commit c7d888d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 22 deletions.
34 changes: 12 additions & 22 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
27 changes: 27 additions & 0 deletions vulnerabilities/AIKIDO-2025-10062.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit c7d888d

Please sign in to comment.