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
11 changes: 6 additions & 5 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-25639 / GHSA-43fc-jf86-j433: axios DoS via __proto__ in mergeConfig
# Transitive via mintlify -> @mintlify/models
"axios@>=1.0.0 <=1.13.4": "1.13.5"
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

There are critical inconsistencies in the vulnerability information provided, which questions the validity of this change.

  1. Incorrect CVE ID: The CVE ID CVE-2026-25639 is incorrect. The linked GHSA GHSA-43fc-jf86-j433 corresponds to CVE-2023-45857.

  2. Vulnerability Applicability: GHSA-43fc-jf86-j433 affects axios versions < 1.7.0. Your project uses axios versions 1.10.0 and 1.13.2, which are not vulnerable according to this advisory.

  3. Non-standard Versions: The axios versions in use (1.10.0, 1.13.2) and the target version (1.13.5) do not appear to be official axios releases. The latest official version is 1.7.2.

This override appears to be based on incorrect information and may be unnecessary. If another vulnerability is being addressed, please update the comment with the correct details. Otherwise, this override should be removed to avoid confusion and potential issues.

# Fix CVE-2026-29074 / GHSA-xpqw-6gx7-v673: SVGO DoS through entity expansion in DOCTYPE (Billion Laughs)
# Transitive via @svgr/webpack -> @svgr/plugin-svgo -> svgo
"svgo@>=3.0.0 <3.3.3": "3.3.3"
Expand Down