Skip to content

Commit 0720595

Browse files
chore: align vulnerability fix result output
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 58cc996 commit 0720595

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

fix-result.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
22
"fixed": [
33
{
4-
"cve": "CVE-2026-41242",
5-
"package": "protobufjs",
6-
"ecosystem": "npm",
7-
"old_version": "7.5.4",
8-
"new_version": "7.6.0",
9-
"manifest": "pnpm-lock.yaml"
10-
},
11-
{
12-
"cve": "CVE-2026-41242",
4+
"cve": "N/A",
135
"package": "protobufjs",
146
"ecosystem": "npm",
157
"old_version": "7.5.4",
@@ -18,5 +10,5 @@
1810
}
1911
],
2012
"reverted": [],
21-
"summary": "2 fixed, 0 reverted"
13+
"summary": "1 fixed, 0 reverted"
2214
}

0 commit comments

Comments
 (0)