chore(deps): update vitest and solid-js for two critical advisories - #18
Merged
Merged
Conversation
`bun audit` reported two critical findings on the default branch. vitest 3.2.4 is affected by GHSA-5xrq-8626-4rwp: with the UI server listening, an arbitrary file can be read and executed. Fixed in 3.2.6; this takes 3.2.7, the current patch of that line. Dependabot proposed 3.2.6 for the same finding. seroval 1.5.1 is affected by GHSA-mv8w-475r-vwqw: `seroval.fromJSON()` promise resolver type confusion invokes attacker-controlled methods during deserialization. It reaches the tree through `oxlint-plugin-solid > solid-js > seroval-plugins > seroval`. No override is needed — solid-js already requires `seroval: ~1.5.4`, which is past the affected range, and only the pin at 1.9.11 held the old copy in place. `bun audit` now reports no critical findings, down from two. Verified under the new versions: `release:verify:typebuddy` and `release:verify:simplelog` both exit 0, oxlint-plugin-solid 39 pass / 0 fail. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CkmW7HzpL6zqpjuo1ETm2w
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.
bun auditreported two critical findings on the default branch.vitest 3.2.4 is affected by GHSA-5xrq-8626-4rwp: with the UI server listening, an arbitrary file can be read and executed. Fixed in 3.2.6; this takes 3.2.7, the current patch of that line. Dependabot proposed 3.2.6 for the same finding.
seroval 1.5.1 is affected by GHSA-mv8w-475r-vwqw:
seroval.fromJSON()promise resolver type confusion invokes attacker-controlled methods during deserialization. It reaches the tree throughoxlint-plugin-solid > solid-js > seroval-plugins > seroval. No override is needed — solid-js already requiresseroval: ~1.5.4, which is past the affected range, and only the pin at 1.9.11 held the old copy in place.bun auditnow reports no critical findings, down from two.Verified under the new versions:
release:verify:typebuddyandrelease:verify:simplelogboth exit 0, oxlint-plugin-solid 39 pass / 0 fail.Claude-Session: https://claude.ai/code/session_01CkmW7HzpL6zqpjuo1ETm2w