Fix new high/critical audit findings via resolution bumps - #14
Merged
Conversation
New advisories published after the audit gate merged in #13. All four packages were already force-deduped to a single version by the existing resolutions block, so these are same-major bumps of what the build already runs: - tar ^7.5.16 -> ^7.5.19 (GHSA-23hp-3jrh-7fpw critical DoS, GHSA-8x88-c5mf-7j5w high infinite loop) - js-yaml ^4.1.1 -> ^4.3.0 (GHSA-52cp-r559-cp3m high quadratic CPU) - brace-expansion ^2.0.2 -> ^2.1.2 (GHSA-3jxr-9vmj-r5cp high exponential expansion) - fast-uri ^3.1.4 added (GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6 high host confusion) Audit gate exits 0 again; production build verified passing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
coburncoburn
approved these changes
Jul 22, 2026
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
The audit gate added in #13 is failing on main because six new advisories published after that PR went green. All are fixable by resolution bumps — no allowlist additions needed:
tarjs-yamlbrace-expansionfast-uriLow risk: all four packages were already force-deduped to a single version by the existing resolutions block (e.g. every
tar@^4/^6/^7range already resolves to 7.5.x), so these bumps move versions the build already runs, within the same major.Verification
node scripts/audit-check.jsexits 0 (the two known allowlisted advisories still print with justifications)yarn buildpassesDependency Auditworkflow green on this PR🤖 Generated with Claude Code