Upgrade tar used to extract SWC binary #89158
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
|
Doesn't look like we're affected since we're controlling the tar archive (SWC). Can you make sure you ran |
tar used to extract SWC binary
|
@eps1lon Yep, I don't think this CVE is material to next 👍 Any idea what I might be doing wrong? |
|
Yeah there's more type issues this unraveled that I'm fixing now so that we can land this soon. |
40e9675 to
7b40e1d
Compare
Tests Passed |
7b40e1d to
db902ea
Compare
|
Awesome thanks @eps1lon - it's much appreciated. |
db902ea to
e388d46
Compare
e388d46 to
d009027
Compare
| @@ -32,7 +32,6 @@ | |||
| "@types/cross-spawn": "6.0.0", | |||
| "@types/node": "20.14.2", | |||
| "@types/prompts": "2.4.2", | |||
| "@types/tar": "6.1.13", | |||
| @@ -1,7 +1,7 @@ | |||
| import fs from 'fs' | |||
| import path from 'path' | |||
| import * as Log from '../build/output/log' | |||
| import tar from 'next/dist/compiled/tar' | |||
| import { x } from 'next/dist/compiled/tar' | |||
There was a problem hiding this comment.
Fixes https://github.com/vercel/next.js/actions/runs/21478682004/job/61871994420?pr=89158#step:35:228.
Matches how we use 7.x in CNA already:
d009027 to
a94e96c
Compare
a94e96c to
ab2151c
Compare
Stacked on #89201
See GHSA-r6q2-hw4h-h46w