🚨 [security] [ruby] Update carrierwave: 1.3.1 → 1.3.3 (patch) #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ carrierwave (1.3.1 → 1.3.3) · Repo · Changelog
Security Advisories 🚨
🚨 Server-side request forgery in CarrierWave
🚨 Code Injection vulnerability in CarrierWave::RMagick
Release Notes
1.3.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Version 1.3.3
Merge pull request #2644 from kaoru/1.x-stable
Fix Ruby 2.7 deprecation warn on Mounter#remove?
Add back the JRuby builds
Fix ActiveRecord 4.x builds
Merge pull request #2640 from marcogregorius/add-ci
Set sqlite3 back to ~>1.3.6
Bump sqlite3 version for rails <= 5.2
fix gem dependencies
Add Ruby >= 2.2 and Rails >= 4.0 back in matrix
Remove ruby-head and jruby-head from test matrix
Replace rails-master.gemfile with rails-main.gemfile
Remove forked fog-google dependency
Avoid breaking changes in ssrf_filter
Fix obsolete URI.encode in spec
Remove forked fog-google dependency
Remove Postgresql and use sqlite3 for testing ActiveRecord
Add CI on GitHub
Version 1.3.2
Fix Code Injection vulnerability in CarrierWave::RMagick
Fix SSRF vulnerability in the remote file download feature
URI.open does not exist before Ruby 2.5
URI.encode becomes escape, not unescape
Merge pull request #2462 from aubinlrx/tweak/deprecation_warning_ruby_27
Cloud not make JRuby build pass on Xenial, reverting back to Trusty
Fix build issues with PostgreSQL and ImageMagick
use URI.open instead of Kernel.open for Ruby 2.7
Use URI::DEFAULT_PARSER.unescape instead of URI.decode for Ruby 2.7
Fix kwargs usage for Ruby 2.7
Merge pull request #2377 from stanhu/sh-pass-openstack-options
Merge pull request #2375 from QuickBlox/add-azure-rm-authenticated-url
Merge pull request #2374 from hagarabdelwaha/master
Travis's ImageMagick is pretty old, lock RMagick to 2.x
Pass OpenStack options in get_object_https_url
Add AzureRM to support authenticated_url
Update README.md
Merge pull request #2367 from nagatea/refactor_sanitized_file_path
Fix JRuby builds
Refactor SanitizedFile#path
Use gemified version of activerecord-jdbcpostgresql-adapter
CI against jruby 9.2
CI against ruby 2.6
CI against newer jruby 9.1.x
We're still testing against old rubies that aren't supported by bundler 2.x
CI against newer rubies
Release Notes
1.1.10
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.12.0
1.11.0
1.10.0
1.9.1
1.8.11
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 30 commits:
Merge pull request #160 from mime-types/fix-mime-types-syntax-error
Fix invalid syntax for < Ruby 2.3
Switch primary branch to main
Merge pull request #157 from mime-types/additional-columns
Move deps retrieval to a support file
IANA Provisional Registration Support
CI: Avoid double bundle install (#158)
Convert to standardrb (#156)
Mark Ruby versions for CI as strings, not numbers
Administrivia:
Doc fixes (#153)
Remove Travis, use GitHub Actions
Loosen the dependency version of Rake (< 1.4.0)
Update .travis.yml
Update .travis.yml
Reformatted documentation
Update gemspec for 3.3.1 release
Prepare for 3.3.1 release
Fix [_1,_2,_3] parameters (conflict with Ruby 2.7.0); Updated gems and ruby versions.
Merge pull request #142 from olleolleolle:patch-1
CI: Drop unused sudo: false Travis directive
Remove jruby-9.0.5.0 from testing
Prepare for mime-types 3.3
Add benchmarks for memory profiler
Intern content type strings
More .hoerc cleanup
Code formatting:
Update .hoerc to exclude files cleanly
Update Travis CI Ruby versions
Add a configuration file for unused
Commits
See the full diff on Github. The new version differs by 60 commits:
Release 3.2023.0218.1 / 2023-02-18
Fix History.md release number
Release 3.2023.0218
Rework provisional standard media type loading (#53)
Add JFIF extension to image/jpeg (#52)
Update gemspec
3.2022.0105 / 2022-01-05
Remove obsolete from image/bmp
Fix a small issue with IANA registry parsing
Resolve release issues
Fix a small error in the README
Merge branch 'jonsneyers-patch-1'
Clarify support for provisional types like jxl
Add JPEG XL (image/jxl)
Merge pull request #45 from mime-types/add-provisional-data-parsing
Add provisional data from IANA
Update to Standard Ruby formatting (mostly)
Added IANA provisional media registries.
Merge pull request #47 from mime-types/add-mini_mime-db-conversion
3.2021.1115 / 2021-11-15
Port over the mini_mime db conversion
Update gemspec as required for release
3.2021.0901 / 2021-09-01
Merge pull request #46 from jox/master
Added 'vtt' file extension to WebVTT mime type (text/vtt).
Prepare release 3.2021.0704
3.2021.0704 / 2021-07-04
3.2021.0225 / 2021-02-25
Make a small fix to the automatic release process
Update release notes for Robert Buchberger's contribution
Merge pull request #40 from rbuchberger/avif-extension
Add .avif extension to image/avif
3.2021.0212 / 2021-02-12
Update 3.2020.1104
Merge pull request #36 from kaoru/add-x-compressed-zip
Update types/application.yaml
Add application/x-compressed-zip
Merge pull request #35 from YoranBrondsema/patch-1
Correction of my name in Contributing.md
mime-types-data release 3.2020.0512
Merge pull request #34 from Lupeipei/add_file_extensions_for_image_heif
add file extensions for image/heic image/heif
Update 3.2020.0425
Merge pull request #28 from sutori/add-x-ms-dos-executable
Merge pull request #29 from sutori/x-m4a
Merge pull request #30 from sutori/x-smarttech-notebook
Merge pull request #31 from sutori/audio-wav
Add "raw" image mime types (#33)
Add "raw" image mime types
Add audio/wav
Add application/x-smarttech-notebook
Add entry for audio/x-m4a
Remove .exe extension from application/octet-stream MIME type
Add entry for application/x-ms-dos-executable
Update 3.2019.1009
Update 3.2019.1009
Give pdf extension higher priority (#24)
Conversions for 3.2019.0904
Release 3.2019.0904
Move `ai` extension from PostScript to PDF (#23)
Release Notes
5.16.3 (from changelog)
5.16.2 (from changelog)
5.16.1 (from changelog)
5.16.0 (from changelog)
5.15.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Security Advisories 🚨
🚨 TZInfo relative path traversal vulnerability allows loading of arbitrary files
Release Notes
1.2.11
1.2.10
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
🆕 ssrf_filter (added, 1.0.8)
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
depfu/
.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands