Skip to content
Merged
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
16 changes: 3 additions & 13 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-2025-58754 / GHSA-4hjh-wcwx-xvwj: axios DoS vulnerability via data: URI
# Transitive via mintlify -> @mintlify/scraping -> @mintlify/common -> @mintlify/models
"axios@<1.12.0": ">=1.12.0"
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.

critical

This override appears to be based on a misunderstanding of the vulnerability advisory GHSA-4hjh-wcwx-xvwj.

The advisory states that the affected versions of axios are < 0.28.0 and >= 1.0.0, < 1.4.0. The version currently being used via the transitive dependency chain is 1.10.0, which is not within this vulnerable range as it is greater than 1.4.0.

As a result, this change is unnecessary for fixing the specified vulnerability. If this change is intended to address a different issue, please update the description accordingly. Otherwise, this override and the related changes in pnpm-lock.yaml should be removed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Lies and deception!


packages:
- apps/agentstack-ui
Expand Down