Skip to content

Commit 2ff6f3f

Browse files
MGD-13107(vuln): ignore SNYK-JS-HONONODESERVER-18170326 vulnerability that does not affect this project
1 parent 72d65c5 commit 2ff6f3f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.snyk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
2+
version: v1.25.0
3+
ignore:
4+
SNYK-JS-HONONODESERVER-18170326:
5+
- '*':
6+
reason: Server host is hosted only on Windows operating system, server-static is not used
7+
expiry: none

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,5 @@
8080
"ts-node": "^10.9.2",
8181
"typescript": "^6.0.3",
8282
"typescript-eslint": "^8.62.1"
83-
},
84-
"overrides": {
85-
"@modelcontextprotocol/sdk": {
86-
"@hono/node-server": "^2.0.5"
87-
}
8883
}
8984
}

0 commit comments

Comments
 (0)