Skip to content

fix(ci): resolve high-severity audit failures (tmp, axios)#713

Merged
natew merged 1 commit into
mainfrom
fix/ci-security-audit-tmp-axios
Jun 9, 2026
Merged

fix(ci): resolve high-severity audit failures (tmp, axios)#713
natew merged 1 commit into
mainfrom
fix/ci-security-audit-tmp-axios

Conversation

@natew

@natew natew commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Problem

The Security Audit step in Checks and Tests (bun audit --audit-level high) has been failing on main, blocking CI. Two new high-severity advisories:

  • tmp <0.2.6 (via patch-package › tmp) — Path Traversal (GHSA-ph9p-34f9-6g65)
  • axios >=1.0.0 <1.16.0 (via tests/test-build-unified) — 6 high advisories (NO_PROXY bypass, proxy MITM via prototype pollution, ReDoS, proxy-auth credential leaks)

Fix

  • Bump axios in tests/test-build-unified from ^1.7.0^1.17.0 (resolves to 1.17.0)
  • Add tmp: 0.2.7 to root resolutions — consistent with the existing security pins there (minimatch, node-forge, cross-spawn, got, …). Forces the safe tmp regardless of which transitive dep pulls it in.

Verification

  • bun audit --audit-level high --ignore GHSA-3ppc-4f35-3m26 → exit 0, no vulnerabilities
  • manypkg check → workspaces valid
  • Lockfile resolves axios@1.17.0, tmp@0.2.7

@railway-app railway-app Bot temporarily deployed to onestack.dev / one-pr-713 June 9, 2026 02:13 Destroyed
@railway-app

railway-app Bot commented Jun 9, 2026

Copy link
Copy Markdown

🚅 Deployed to the one-pr-713 environment in onestack.dev

Service Status Web Updated (UTC)
one ✅ Success (View Logs) Web Jun 9, 2026 at 2:15 am

@natew natew enabled auto-merge June 9, 2026 02:14
@natew natew added this pull request to the merge queue Jun 9, 2026
@natew natew removed this pull request from the merge queue due to a manual request Jun 9, 2026
@natew natew merged commit 152b940 into main Jun 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant