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
88 changes: 33 additions & 55 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-26960 / GHSA-83g3-92jg-28cx: Arbitrary File Read/Write via Hardlink Target Escape
# Transitive via mintlify -> @mintlify/previewing -> tar@6.1.15
"tar@<7.5.8": "7.5.8"
Comment on lines +5 to +7
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The CVE number and vulnerability description in the comment seem incorrect. CVE-2026-26960 appears to be a typo, and as of now, GHSA-83g3-92jg-28cx does not have a CVE assigned. Also, the vulnerability description for this GHSA is "Arbitrary File Creation/Overwrite on Windows via Specially-Crafted TAR File", not related to hardlink escapes. To avoid confusion, I suggest updating the comment to accurately reflect the vulnerability being addressed.

  # Fix GHSA-83g3-92jg-28cx: Arbitrary File Creation/Overwrite on Windows via Specially-Crafted TAR File
  # Transitive via mintlify -> @mintlify/previewing -> tar@6.1.15
  "tar@<7.5.8": "7.5.8"


packages:
- apps/agentstack-ui
Expand Down
Loading