chore(deps): bump vitest to ^3.2.6 in example projects (GHSA-5xrq-8626-4rwp) - #61
Merged
Conversation
…6-4rwp) Resolves critical advisory GHSA-5xrq-8626-4rwp (CVE-2026-47429): when the Vitest UI server is listening, an arbitrary file can be read and executed. Vulnerable ranges are <3.2.6 and >=4.0.0 <4.1.0; ^3.2.6 clears both. Bumps the six example package.json files flagged by Dependabot (alerts Signed-off-by: Sebastian Mendel <info@sebastianmendel.de> #22-#26, #28). Lockfiles do not pin vitest, so no lockfile changes needed.
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Code Review
This pull request updates the vitest dependency to version ^3.2.6 across multiple example projects, including express-api-ts, go-api-with-react-admin, go-with-internal-web-tsx, and php-with-frontend. No review comments were provided, so there is no feedback to address.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
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.



Resolves the critical Dependabot advisory GHSA-5xrq-8626-4rwp / CVE-2026-47429: when the Vitest UI server is listening, an arbitrary file can be read and executed.
What
Bumps the
vitestdevDependency from^1.0.0/^2.1.0to^3.2.6in the six examplepackage.jsonfiles flagged by Dependabot.The advisory's vulnerable ranges are
< 3.2.6and>= 4.0.0 < 4.1.0.^3.2.6(>= 3.2.6, < 4.0.0) sits entirely outside both ranges — the minimal patched bump, matching what a Dependabot security update would target.Files (Dependabot alerts #22–#26, #28)
skills/agent-rules/references/examples/express-api-ts/package.json(fix: Test Generator fails silently on coding-agent-cli fixture #28)skills/agent-rules/references/examples/php-with-frontend/package.json(feat: auto-create CLAUDE.md symlinks when .claude/ detected #26)skills/agent-rules/references/examples/php-with-frontend/web/package.json(chore(deps): update netresearch/skill-repo-skill digest to 62b5061 - autoclosed #23)skills/agent-rules/references/examples/go-api-with-react-admin/admin/package.json(chore(deps): bump the github-actions group with 3 updates #22)skills/agent-rules/references/examples/go-with-internal-web-tsx/package.json(chore(deps): bump the github-actions group with 3 updates #24)skills/agent-rules/references/examples/go-with-internal-web-tsx/internal/web/package.json(chore(deps): update actions/checkout action to v6 #25)Notes
These are illustrative reference projects shipped with the agent-rules skill. The committed lockfiles do not pin
vitest(0 occurrences), and CI does not install the examples, so no lockfile regeneration is required. JSON validity verified for all six files.