Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 33 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ overrides:
# Fix CVE-2024-45296 / GHSA-9wv6-86v2-598j: path-to-regexp ReDoS vulnerability
# Transitive via mintlify -> @mintlify/previewing -> express@4.18.2
"path-to-regexp@<0.1.10": "0.1.10"
# Fix CVE-2026-24842 / GHSA-34x7-hfp2-rc4v: node-tar hardlink path traversal vulnerability
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There seems to be a typo in the CVE number. The correct CVE for GHSA-34x7-hfp2-rc4v is CVE-2024-28863, not CVE-2026-24842. It's good practice to keep these references accurate for future tracking.

  # Fix CVE-2024-28863 / GHSA-34x7-hfp2-rc4v: node-tar hardlink path traversal vulnerability

# Transitive via mintlify -> @mintlify/previewing -> tar@6.1.15
"tar@<7.5.7": "7.5.7"

packages:
- apps/agentstack-ui
Expand Down
Loading