Skip to content

Commit fd64fd1

Browse files
paoloroncoclaude
andcommitted
security: patch all high/moderate CVEs in frontend and server dependencies
Frontend: - vite 7.3.0 → 7.3.2 (CVE: server.fs.deny bypass, arbitrary file read via WebSocket, path traversal in .map handling) - brace-expansion override ≥5.0.5 (CVE: zero-step sequence process hang) Server: - node-forge 1.3.3 → 1.4.0 override (CVE: DoS via BigInteger.modInverse, Ed25519/RSA-PKCS signature forgery, basicConstraints bypass) - path-to-regexp 0.1.12 → 0.1.13 override (CVE: ReDoS via multiple route parameters) - picomatch 4.0.3 → 4.0.4 override (CVE: ReDoS via extglob, method injection in POSIX character classes) - brace-expansion override ≥5.0.5 (CVE: zero-step sequence process hang) npm audit: 0 vulnerabilities on both frontend and server Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ae44916 commit fd64fd1

4 files changed

Lines changed: 29 additions & 22 deletions

File tree

LYNX/package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LYNX/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,15 @@
8282
"tailwindcss": "^3.4.11",
8383
"typescript": "^5.5.3",
8484
"typescript-eslint": "^8.0.1",
85-
"vite": "^7.3.0"
85+
"vite": "^7.3.2"
8686
},
8787
"overrides": {
8888
"lodash": "^4.17.23",
8989
"minimatch": "^10.2.4",
9090
"ajv": "^8.18.0",
9191
"rollup": "^4.60.0",
9292
"flatted": "^3.4.2",
93-
"picomatch": "^4.0.4"
93+
"picomatch": "^4.0.4",
94+
"brace-expansion": "^5.0.5"
9495
}
9596
}

LYNX/server/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LYNX/server/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
"tar": "^7.5.12",
2727
"minimatch": "^10.2.4",
2828
"glob": "^11.0.0",
29-
"cross-spawn": "^7.0.6"
29+
"cross-spawn": "^7.0.6",
30+
"node-forge": "^1.4.0",
31+
"picomatch": "^4.0.4",
32+
"brace-expansion": "^5.0.5",
33+
"path-to-regexp": "0.1.13"
3034
}
3135
}

0 commit comments

Comments
 (0)