Skip to content

Resolve dependency security vulnerabilities#298

Merged
bencollen33 merged 2 commits intomainfrom
security/endorctl-vulnerability-fixes
May 1, 2026
Merged

Resolve dependency security vulnerabilities#298
bencollen33 merged 2 commits intomainfrom
security/endorctl-vulnerability-fixes

Conversation

@bencollen33
Copy link
Copy Markdown
Contributor

Upgrade direct and transitive dependencies to address critical and high severity CVEs identified by vulnerability scan.

Direct upgrades:

  • multer 2.0.2 → 2.1.1 (High: 3 CVEs)
  • next ^15.5.7 → ^15.5.15 (High: multiple CVEs fixed across 15.5.8–15.5.15)

Resolution pins added/updated:

  • axios 1.8.2 → 1.15.2 (Critical: SSRF via header injection GHSA-fvcv-3m26-pcqx)
  • protobufjs 7.2.5 → 7.5.6 (Critical: arbitrary code execution GHSA-xq3m-2v4x-88gg)
  • flatted (new) 3.4.2 (Critical: prototype pollution GHSA-rf6f-7fwh-wjgh)
  • minimatch (new) 3.1.5 (High: ReDoS GHSA)
  • picomatch (new) 2.3.2 (High: CVE fix)
  • @babel/runtime (new) 7.29.2 (Medium)

Upgrade direct and transitive dependencies to address critical and high
severity CVEs identified by endorctl scan.

Direct upgrades:
- multer 2.0.2 → 2.1.1 (High: 3 CVEs)
- next ^15.5.7 → ^15.5.15 (High: multiple CVEs fixed across 15.5.8–15.5.15)

Resolution pins added/updated:
- axios 1.8.2 → 1.15.2 (Critical: SSRF via header injection GHSA-fvcv-3m26-pcqx)
- protobufjs 7.2.5 → 7.5.6 (Critical: arbitrary code execution GHSA-xq3m-2v4x-88gg)
- flatted (new) 3.4.2 (Critical: prototype pollution GHSA-rf6f-7fwh-wjgh)
- minimatch (new) 3.1.5 (High: ReDoS GHSA)
- picomatch (new) 2.3.2 (High: CVE fix)
- @babel/runtime (new) 7.29.2 (Medium)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vertex-dev-dashboard Ready Ready Preview, Comment May 1, 2026 2:17pm

Request Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8da9d23280

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread yarn.lock Outdated
@bencollen33 bencollen33 requested a review from a team May 1, 2026 13:47
axios@1.15.2 now declares form-data@^4.0.5, which resolves naturally to
4.0.5. The prior pin to 4.0.4 was below the consumer's declared minimum,
so remove it and let yarn resolve form-data via axios's own constraint.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 1, 2026

@bencollen33 bencollen33 merged commit e303ac8 into main May 1, 2026
4 checks passed
@bencollen33 bencollen33 deleted the security/endorctl-vulnerability-fixes branch May 1, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants