Skip to content

Commit dc7a810

Browse files
committed
Reapply "Merge pull request #5 from AikidoSec/test-pr-5"
This reverts commit 180428b.
1 parent 9ffa0df commit dc7a810

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

input/new.json

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
{
2-
"package_name": "",
3-
"patch_versions": [],
4-
"vulnerable_ranges": [],
5-
"cwe": [],
6-
"tldr": "",
7-
"doest_this_affect_me": "",
8-
"how_to_fix": "",
9-
"reporter": "",
10-
"vulnerable_to": "",
11-
"related_cve_id": "",
12-
"language": "",
13-
"severity_class": "",
14-
"aikido_score": 0,
15-
"changelog": "",
16-
"package_name_alias": null,
17-
"package_wildcard_ends_in": null,
18-
"package_wildcard_contains": null,
19-
"extra_specific_non_vulnerable_versions": null,
20-
"unaffected_distros": null,
21-
"simplify_version_if_has_patch_part": false
22-
}
2+
"package_name": "@tiptap/extension-link",
3+
"patch_versions": [
4+
"2.10.4"
5+
],
6+
"vulnerable_ranges": [
7+
[
8+
"2.0.0",
9+
"2.10.3"
10+
]
11+
],
12+
"cwe": [
13+
"CWE-79"
14+
],
15+
"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.",
16+
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
17+
"how_to_fix": "Upgrade the `@tiptap/extension-link` library to the patch version.",
18+
"reporter": "",
19+
"vulnerable_to": "Cross-site Scripting (XSS)",
20+
"related_cve_id": "",
21+
"language": "JS",
22+
"severity_class": "MEDIUM",
23+
"aikido_score": 46,
24+
"changelog": "https://github.com/ueberdosis/tiptap/releases/tag/v2.10.4",
25+
"package_name_alias": null,
26+
"package_wildcard_ends_in": null,
27+
"package_wildcard_contains": null,
28+
"extra_specific_non_vulnerable_versions": null,
29+
"unaffected_distros": null,
30+
"simplify_version_if_has_patch_part": false
31+
}

0 commit comments

Comments
 (0)