Skip to content

Commit a0be0bb

Browse files
committed
chore: ignore the request SSRF mitigation bypassing issue
I don't think it affects this project
1 parent 3177e8c commit a0be0bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,12 @@
6262
"simple-git-hooks": "^2.8.1",
6363
"tsx": "^3.12.6",
6464
"typescript": "^4.9.5"
65+
},
66+
"pnpm": {
67+
"auditConfig": {
68+
"ignoreCves": [
69+
"CVE-2023-28155"
70+
]
71+
}
6572
}
6673
}

0 commit comments

Comments
 (0)