security: bump next to 14.2.35 + glob override (Dependabot TICKET-20260325)#3
Open
marcusgear-devgru wants to merge 2 commits intomainfrom
Open
security: bump next to 14.2.35 + glob override (Dependabot TICKET-20260325)#3marcusgear-devgru wants to merge 2 commits intomainfrom
marcusgear-devgru wants to merge 2 commits intomainfrom
Conversation
added 2 commits
March 24, 2026 22:01
…alerts Fixes: - marketplace-web: next 14.2.21 -> 14.2.35 (critical: auth bypass CVE, high: DoS x2) - docs-site: next ^14.2.0 pinned to 14.2.35 (addresses medium alerts) - mission-control: add overrides.glob >=10.5.0 (high: glob CLI cmd injection via @next/eslint-plugin-next transitive dep; resolves to 13.0.6) Deferred (documented in SECURITY-STATUS-20260325.md): - Next.js 15.x requirement for RSC DoS (HIGH #10, #15, #23): major breaking change, deferred to v0.2 sprint esbuild alerts #18/#19 confirmed false positives: resolved version 0.27.4 >= 0.25.0 required Ticket: TICKET-20260325-DTP-DEPENDABOT-VULN-AUDIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security: Dependabot Vulnerability Remediation
Ticket: TICKET-20260325-DTP-DEPENDABOT-VULN-AUDIT
What this fixes
Deferred (with rationale)
False Positives
Verification
After merge:
gh api repos/devgrutechnologies/onxza/dependabot/alerts --jq '[.[] | select(.state=="open" and (.security_advisory.severity=="critical" or .security_advisory.severity=="high"))]'should return only the deferred HIGH items (RSC DoS, #10/#15/#23).cc @aaron