Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 30 additions & 21 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,31 @@
{
"package_name": "",
"patch_versions": [],
"vulnerable_ranges": [],
"cwe": [],
"tldr": "",
"doest_this_affect_me": "",
"how_to_fix": "",
"reporter": "",
"vulnerable_to": "",
"related_cve_id": "",
"language": "",
"severity_class": "",
"aikido_score": 0,
"changelog": "",
"package_name_alias": null,
"package_wildcard_ends_in": null,
"package_wildcard_contains": null,
"extra_specific_non_vulnerable_versions": null,
"unaffected_distros": null,
"simplify_version_if_has_patch_part": false
}
"package_name": "@tiptap/extension-link",
"patch_versions": [
"2.10.4"
],
"vulnerable_ranges": [
[
"2.0.0",
"2.10.3"
]
],
"cwe": [
"CWE-79"
],
"tldr": "Affected versions of this package do not validate link protocols before setting or toggling links, making them vulnerable to Cross-site Scripting (XSS). Attackers can exploit this flaw to inject malicious scripts, potentially compromising user data or executing unauthorized actions.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `@tiptap/extension-link` library to the patch version.",
"reporter": "",
"vulnerable_to": "Cross-site Scripting (XSS)",
"related_cve_id": "",
"language": "JS",
"severity_class": "MEDIUM",
"aikido_score": 46,
"changelog": "https://github.com/ueberdosis/tiptap/releases/tag/v2.10.4",
"package_name_alias": null,
"package_wildcard_ends_in": null,
"package_wildcard_contains": null,
"extra_specific_non_vulnerable_versions": null,
"unaffected_distros": null,
"simplify_version_if_has_patch_part": false
}
Loading