Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 3 additions & 9 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-27903 / GHSA-7r86-cg39-jmmj: minimatch ReDoS 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

The vulnerability identifiers in this comment are incorrect. CVE-2026-27903 is not a valid CVE, likely due to a typo in the year. The referenced GHSA-7r86-cg39-jmmj corresponds to CVE-2022-3517 and affects minimatch versions < 3.0.5, while the lockfile indicates version 3.1.2 was in use. Incorrect identifiers hinder security auditing. The comment should be updated with the correct identifiers, or the incorrect ones should be removed.

  # Fix minimatch ReDoS vulnerability

# Transitive via @stoplight/spectral-core
"minimatch@<3.1.3": "3.1.4"

packages:
- apps/agentstack-ui
Expand Down