Hitchlog
Hitchlog copied to clipboard
Bump carrierwave from 1.2.3 to 1.3.2
Bumps carrierwave from 1.2.3 to 1.3.2.
Changelog
Sourced from carrierwave's changelog.
1.3.2 - 2021-02-08
Fixed
Security
- Fix Code Injection vulnerability in CarrierWave::RMagick (
@mshibuya
eb9346df, GHSA-cf3w-g86h-35x4)- Fix SSRF vulnerability in the remote file download feature (
@mshibuya
91714add, GHSA-fwcm-636p-68r5)1.3.1 - 2018-12-29
Fixed
1.3.0 - 2018-12-24
Added
- Query parameter support for fog-google(
@stanhu
#2332)- Jets Turbine Support(
@tongueroo
#2355)- Add
allowed_types
tocontent_type_whitelist_error
(@mhluska
#2270)Fixed
- S3 HTTPS url causes certificate issue when bucket name contains period(
@ransombriggs
#2359)- Failed to get image dimensions when image is cached but not stored yet(
@artygus
#2349)- Only include
x-amz-acl
header for AWS(@stanhu
#2356)- Remove old caches when no space is left on disk(
@dosuken123
#2342)
Commits
56f39b2
Version 1.3.2eb9346d
Fix Code Injection vulnerability in CarrierWave::RMagick91714ad
Fix SSRF vulnerability in the remote file download feature8228e1b
URI.open does not exist before Ruby 2.5ac3d006
URI.encode becomes escape, not unescape0712435
Merge pull request #2462 from aubinlrx/tweak/deprecation_warning_ruby_27c3c652a
Cloud not make JRuby build pass on Xenial, reverting back to Trusty0cbea95
Fix build issues with PostgreSQL and ImageMagick6097836
use URI.open instead of Kernel.open for Ruby 2.7f10026b
Use URI::DEFAULT_PARSER.unescape instead of URI.decode for Ruby 2.7- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.