chore(security): patch audit findings - #24
Merged
Conversation
Owner
Author
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.


Summary
Updates two vulnerable transitive packages and fixes the workflow and commit-message checks.
Details
brace-expansion5.0.9 andfast-uri3.1.5, clearing GHSA-rgw5-rvv9-x895 and GHSA-7p8r-x3mc-p8w7 from the workspace.4c640f094849d988c7380e1512f87c46a5408515- the release commit used by every reusable call.contents: read- limits the CI token to reading repository content.pull-requests: write- removed from the release job.Testing steps
Install dependencies, audit them, and run the tests:
pnpm install --frozen-lockfile pnpm audit --audit-level low pnpm testThe audit should report no known vulnerabilities and the tests should pass.
Check the commit hook and release decision:
The first command should print a configured hook directory, the sample message should be rejected, and the planner should say there is nothing to release.
Build the example for each supported platform:
Each export should finish with an exported bundle and no ignored-config warning.
Open the pull request's Checks tab and confirm Branch Checkup completes successfully.