Skip to content

chore(deps): bump image_processing from 1.14.0 to 2.0.3 - #2840

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/image_processing-2.0.3
Closed

chore(deps): bump image_processing from 1.14.0 to 2.0.3#2840
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/image_processing-2.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps image_processing from 1.14.0 to 2.0.3.

Changelog

Sourced from image_processing's changelog.

2.0.3 (2026-08-06)

  • Prevent remote code execution when operation names come from user input, closing bypasses through the #operation meta-builder, #method_missing, and nested #send calls (reported by @鈥媠zymonsec)

  • [minimagick] Prevent remote code execution through unsafe public methods (e.g. #instance_eval, #send) passed as loader/saver option names

2.0.2 (2026-06-03)

  • Raise LoadError instead of ImageProcessing::Error when soft dependencies are missing (@鈥媌dewater-thatch)

2.0.1 (2026-05-22)

  • [minimagick] Prevent remote shell execution when passing loader/saver options from user input

2.0.0 (2026-05-20)

  • mini_magick/ruby-vips are now soft dependencies and need to be manually added to the Gemfile (@鈥媕anko)

  • Avoid remote shell execution vulnerability in #apply when arguments are coming from user input (@鈥媕anko)

  • [vips] Unfuzzed loaders are now blocked by default (@鈥媕anko)

  • [vips] Sharpening after resize has been disabled by default (@鈥媕anko)

  • [minimagick] Remove deprecated :compose and :geometry keyword arguments for #composite (@鈥媕anko)

  • Ruby 3.0+ is now required (@鈥媕anko)

Commits
  • 1611c00 Bump to 2.0.3
  • 8cd14e9 Test on JRuby 10.1.x
  • 28684e7 Close more RCE security gaps
  • 0360dbd Remove ruby2_keywords usage (#145)
  • 7d89c01 Bump to 2.0.2
  • 7f38304 Create a new LoadError for missing dependencies
  • 996862c Warn and reraise LoadError instead of raising custom error (#143)
  • a64dbd5 Inline dhash-vips
  • 9489387 Bump to 2.0.1
  • 31b3d91 Prevent remote shell execution in loader/saver minimagick options
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Sep 3, 2026
Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.3.
- [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md)
- [Commits](janko/image_processing@v1.14.0...v2.0.3)

---
updated-dependencies:
- dependency-name: image_processing
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/image_processing-2.0.3 branch from 9829eba to c06b6ae Compare September 3, 2026 07:18
@mroderick

Copy link
Copy Markdown
Collaborator

Closing in favour of #2843, which takes the same image_processing 2.0.3 upgrade plus the migration steps 2.0 requires: mini_magick added as a direct dependency (CarrierWave::MiniMagick uploaders need it at runtime) and the Active Storage variant processor pinned to :mini_magick so the vips backend and its native libvips dependency are never loaded. This PR's lockfile dropped both backends and the app failed to boot (LoadError: ImageProcessing::Vips requires the ruby-vips gem).

@mroderick mroderick closed this Sep 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bundler/image_processing-2.0.3 branch September 3, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant