Closed italopiresshopify closed 2 months ago
Latest commit: aa80623f294bf16bfcfaa0fa3bbce5dfe76e88c2
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@mrbbot Could you please merge this fix?
It seems better-sqlite3 (a native dependency) does not compile on node v22
I have changed the github actions workflow to use v20 instead of "latest"
In order to resolve:
Undici's fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect
Impact If an attacker can alter the integrity option passed to fetch(), they can let fetch() accept requests as valid even if they have been tampered.
References https://hackerone.com/reports/2377760