Skip to content

fix(security): override shell-quote to ^1.8.4 (GHSA-w7jw-789q-3m8p)#118

Open
dhairyashiil wants to merge 1 commit into
mainfrom
devin/1781260136-fix-shell-quote-audit
Open

fix(security): override shell-quote to ^1.8.4 (GHSA-w7jw-789q-3m8p)#118
dhairyashiil wants to merge 1 commit into
mainfrom
devin/1781260136-fix-shell-quote-audit

Conversation

@dhairyashiil

Copy link
Copy Markdown
Member

Summary

The Security Audit CI check fails on all PRs because bun audit --prod --audit-level=critical finds a critical vulnerability in shell-quote ≤1.8.3 (GHSA-w7jw-789q-3m8p: quote() does not escape newlines in object .op values).

shell-quote@1.8.3 is pulled in transitively by react-native (via react-devtools-core) and wxt. Since neither direct dependency has released a bump yet, this adds a package-level override to force resolution to ^1.8.4:

 "overrides": {
   "axios": "^1.15.0",
+  "shell-quote": "^1.8.4"
 }

Link to Devin session: https://app.devin.ai/sessions/6a050409a8de452c9a3d2ea19cddc243
Requested by: @dhairyashiil

@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

You don't have permission to create a Preview Deployment for this Vercel project: cal-companion-mcp.

View Documentation: https://vercel.com/docs/accounts/team-members-and-roles

@github-actions github-actions Bot added the config Changes to project configuration files label Jun 12, 2026
@dhairyashiil dhairyashiil marked this pull request as ready for review June 12, 2026 10:32
@dhairyashiil dhairyashiil requested a review from a team as a code owner June 12, 2026 10:32
@dhairyashiil dhairyashiil enabled auto-merge (squash) June 12, 2026 10:32

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 2 files

Re-trigger cubic

@TheCharismaticEnigma

TheCharismaticEnigma commented Jun 12, 2026

Copy link
Copy Markdown

@dhairyashiil

Hey Dhairyashil, my apologies for reaching out here due to the unavailability of your other social media channels.

I would greatly appreciate just 10 minutes of your time to discuss something significant regarding an SDE opportunity (not seeking referrel).

If possible, could you please share your email address where I could expect a response?

Alternatively, I'd appreciate you if you may directly reach me at sde.avishkar@gmail.com thereby opening the door for a private conversation.

Thanking you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config Changes to project configuration files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants