PabloSzx / graphql-ez

Easy, feature complete, and Plugin-Based Envelop GraphQL APIs
https://graphql-ez.com
MIT License
60 stars 5 forks source link

fix(deps): update dependency sharp to ~0.32.0 [security] #956

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sharp (source, changelog) ~0.31.2 -> ~0.32.0 age adoption passing confidence

GitHub Vulnerability Alerts

GHSA-54xq-cgqr-rpm3

Overview

sharp uses libwebp to decode WebP images and versions prior to the latest 0.32.6 are vulnerable to the high severity https://github.com/advisories/GHSA-j7hp-h8jx-5ppr.

Who does this affect?

Almost anyone processing untrusted input with versions of sharp prior to 0.32.6.

How to resolve this?

Using prebuilt binaries provided by sharp?

Most people rely on the prebuilt binaries provided by sharp.

Please upgrade sharp to the latest 0.32.6, which provides libwebp 1.3.2.

Using a globally-installed libvips?

Please ensure you are using the latest libwebp 1.3.2.

Possible workaround

Add the following to your code to prevent sharp from decoding WebP images.

sharp.block({ operation: ["VipsForeignLoadWebp"] });

Release Notes

lovell/sharp (sharp) ### [`v0.32.6`](https://redirect.github.com/lovell/sharp/compare/v0.32.5...v0.32.6) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.32.5...v0.32.6) ### [`v0.32.5`](https://redirect.github.com/lovell/sharp/compare/v0.32.4...v0.32.5) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.32.4...v0.32.5) ### [`v0.32.4`](https://redirect.github.com/lovell/sharp/compare/v0.32.3...v0.32.4) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.32.3...v0.32.4) ### [`v0.32.3`](https://redirect.github.com/lovell/sharp/compare/v0.32.2...v0.32.3) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.32.2...v0.32.3) ### [`v0.32.2`](https://redirect.github.com/lovell/sharp/compare/v0.32.1...v0.32.2) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.32.1...v0.32.2) ### [`v0.32.1`](https://redirect.github.com/lovell/sharp/compare/v0.32.0...v0.32.1) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.32.0...v0.32.1) ### [`v0.32.0`](https://redirect.github.com/lovell/sharp/compare/v0.31.3...v0.32.0) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.31.3...v0.32.0)

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
graphql-ez ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 24, 2024 9:55am
changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 30146b0059310f80966191a4c06a46a0cd1dab23

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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