Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Nov 14, 2025

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • core/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Prototype Pollution
SNYK-JS-JSYAML-13961110
  631  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Prototype Pollution


Summary by cubic

Upgrade puppeteer to ^24.15.0 to fix a Prototype Pollution vulnerability (SNYK-JS-JSYAML-13961110) and keep browser tooling secure.

  • Dependencies

    • core/package.json: puppeteer ^22.x -> ^24.15.0
  • Migration

    • Verify Node version meets Puppeteer 24 requirements and run browser/E2E tests.
    • Check for any deprecated launch options or API changes in your usage.

Written for commit e3bb443. Summary will update automatically on new commits.

@sestinj sestinj requested a review from a team as a code owner November 14, 2025 08:26
@sestinj sestinj requested review from Patrick-Erichsen and removed request for a team November 14, 2025 08:26
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 14, 2025
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Nov 14, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue configuration error. Please verify that the assistant exists in Continue Hub.


Copy link
Contributor

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

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="core/package.json">

<violation number="1" location="core/package.json:112">
Updating package.json to ^24.15.0 without regenerating core/package-lock.json leaves puppeteer pinned to 22.15.0, so installs keep the vulnerable version. Please update the lockfile alongside this change so the new release is actually used.</violation>
</file>

Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR

"plist": "^3.1.0",
"posthog-node": "^3.6.3",
"puppeteer": "^22.4.0",
"puppeteer": "^24.15.0",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Nov 14, 2025

Choose a reason for hiding this comment

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

Updating package.json to ^24.15.0 without regenerating core/package-lock.json leaves puppeteer pinned to 22.15.0, so installs keep the vulnerable version. Please update the lockfile alongside this change so the new release is actually used.

Prompt for AI agents
Address the following comment on core/package.json at line 112:

<comment>Updating package.json to ^24.15.0 without regenerating core/package-lock.json leaves puppeteer pinned to 22.15.0, so installs keep the vulnerable version. Please update the lockfile alongside this change so the new release is actually used.</comment>

<file context>
@@ -109,7 +109,7 @@
     &quot;plist&quot;: &quot;^3.1.0&quot;,
     &quot;posthog-node&quot;: &quot;^3.6.3&quot;,
-    &quot;puppeteer&quot;: &quot;^22.4.0&quot;,
+    &quot;puppeteer&quot;: &quot;^24.15.0&quot;,
     &quot;puppeteer-chromium-resolver&quot;: &quot;^23.0.0&quot;,
     &quot;quick-lru&quot;: &quot;^7.0.0&quot;,
</file context>
Fix with Cubic

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants