Skip to content

chore: resolve open dependabot security alerts#7

Merged
jonathannorris merged 3 commits into
mainfrom
chore/dependabot-alerts
Jul 6, 2026
Merged

chore: resolve open dependabot security alerts#7
jonathannorris merged 3 commits into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

@jonathannorris jonathannorris commented Jun 22, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumped shell-quote 1.8.3 -> 1.8.4 via npm overrides to resolve a critical vulnerability (shell-quote quote() does not escape newlines in object .op values, alert #62). shell-quote is a transitive dependency pulled in via react-native > react-devtools-core.
  • Bumped @babel/core 7.29.0 -> 7.29.6 (direct devDependency) to resolve a low-severity vulnerability (arbitrary file read via sourceMappingURL comment, alert #64).

Lockfile-only re-resolution did not upgrade the pinned transitive shell-quote version, so an override was used (acceptable for this demo/example app); @babel/core was a direct dependency so it was bumped directly with a plain version change. tsc --noEmit passes; this repo has no test/lint/build scripts and no CI workflows.

- shell-quote 1.8.3 -> 1.8.4 via override (critical, alert #62)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
@jonathannorris
jonathannorris marked this pull request as draft June 22, 2026 14:11
@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jonathannorris, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f0235d1a-dc5e-4116-94f6-2672d33b6520

📥 Commits

Reviewing files that changed from the base of the PR and between 7c0c9cb and 00a3c5c.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses an open Dependabot security alert by forcing an updated shell-quote transitive dependency version via npm overrides, ensuring the vulnerable 1.8.3 is no longer installed in this React Native demo app.

Changes:

  • Added an npm overrides entry for shell-quote to ensure a patched version is used.
  • Updated package-lock.json to resolve shell-quote from 1.8.3 to 1.8.4.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Adds an override to force shell-quote to a patched version.
package-lock.json Updates the resolved shell-quote tarball/integrity to 1.8.4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json Outdated
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
- @babel/core ^7.29.0 -> ^7.29.6 (low, alert #64)

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

@jonathannorris
jonathannorris marked this pull request as ready for review July 6, 2026 14:16
@jonathannorris
jonathannorris merged commit d51937b into main Jul 6, 2026
3 checks passed
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