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-29786 / GHSA-qffp-2rhf-9h96: tar hardlink path traversal via drive-relative linkpath
# Transitive via mintlify -> @mintlify/previewing
"tar@<7.5.10": "7.5.10"
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

There appears to be a typo in the CVE number. The year should be 2024, not 2026. Correcting this will improve the accuracy of the security vulnerability tracking within the codebase.

  # Fix CVE-2024-29786 / GHSA-qffp-2rhf-9h96: tar hardlink path traversal via drive-relative linkpath
  # Transitive via mintlify -> @mintlify/previewing
  "tar@<7.5.10": "7.5.10"


packages:
- apps/agentstack-ui
Expand Down
Loading