🚨 [security] Update middleman: 4.3.6 → 4.3.11 (patch) #140
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.
🚨 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?
✳️ middleman (4.3.6 → 4.3.11) · Repo · Changelog
Security Advisories 🚨
🚨 Potentially unintended unmarshalling of user-provided objects in MemCacheStore and RedisCacheStore
Release Notes
5.2.4.4 (from changelog)
5.2.4.3 (from changelog)
5.2.4.1 (from changelog)
5.2.4 (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.
Commits
See the full diff on Github. The new version differs by 28 commits:
v3.18.2
fix: add missing 2.3.0/string.rb
v3.18.1
Fix the changelog link
Cleanup Gemfile
Update dependencies
v3.18.0
Reduce number of requires, strategically require std_lib
Update CHANGELOG [doc] [ci skip]
v3.17.2
Fix eval line, thanks to rubocop.
Fix tags
Fix fatal bug in test suite.
Fix 2.5 Struct.new
v3.17.1
Fix: NameError: uninitialized constant Float::INFINITY
Fix README format
Fix README formatting (and a typo)
rubocop -a
v3.17.0
Tweak deprecations [#142]
+ Range.cover?(range) (Ruby 2.6) [#145]
Add github sponsor
Typo fix [ci-skip] [doc]
Add 'lifted' badge [ci-skip] [doc]
Add funding info [ci-skip] [doc]
+ Basic security information
Add Rubocop
Release Notes
1.1.7 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
Update rake-compiler-dock to add 2.7 build
Add 1.1.7 documentation
Bump version, update doc
Merge pull request #879 from mtsmfm/consider-falsy-in-compute-if-absent
Consider falsy value on `Concurrent::Map#compute_if_absent` fast non-blocking path
Merge pull request #878 from markiz/ma/issue-863
Merge pull request #877 from mikrobi/patch-1
Remove outdated documentation about constructor redefinition when including Concurrent::Async
Update future.md
Update doc
Merge pull request #869 from baweaver/baweaver/cleanup/remove-ruby-2-2-references
Merge pull request #876 from wjordan/fork_async
Merge pull request #856 from ruby-concurrency/segfault
Change license file to txt
Remove ``` from LICENSE.md
Reset Async queue on fork
Removes references to static Ruby versions in docs
Merge pull request #861 from olleolleolle/patch-2
CI: Use jruby-9.2.11.1
Merge pull request #859 from olleolleolle/rubinius-ci-config
CI: Rubinius as rbx-3.107
Merge pull request #853 from fzakaria/faridzakaria/bounded_queue
Merge pull request #858 from shanecav84/patch-1
Merge pull request #857 from olleolleolle/patch-2
Typo
Typo
CI: add jruby-9.2.11.0
Added changelog description
make if condition more ruby-idiomatic
remove 'concurrent/mvar'
RubyThreadLocalVar: rely on GIL on MRI to avoid problems with thread/mutex/queue in finalizers
Fix documentation
remove whitespace
Simply make queue always false when @synchronous
Introduce ThreadPoolExecutor without a Queue
Merge pull request #855 from olleolleolle/patch-2
Do not allow failures on JRuby 9.2.10.0 Latest on Java 11
CI: Use JRuby 9.2.10.0
Merge pull request #854 from bjfish/fix-argument-prefix-warnings
Fix argument prefix warning
Merge pull request #852 from fzakaria/remove-unused-line
Remove unused line
Release Notes
2.7.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release version 2.7.6
Merge pull request #405 from dsander/default-rake-task
Merge pull request #413 from benforeva/fix-dotenv-template
Fix template (-t) handling of blank lines and comments
Merge pull request #403 from walerian777/railtie-overload
Merge pull request #404 from JuanitoFatas/support-rails-61
Support Rails >= 3.2
Set RAILS_ENV to test when executing the default rake task
Support Rails < 6.2
Add a Dotenv::Railtie.overload method.
Commits
See the full diff on Github. The new version differs by 18 commits:
Bump version
Merge pull request #117 from PikachuEXE/replace-deprecated-method-usage
* Test with 2.7 too
* Replace URI.escape with ::URI::DEFAULT_PARSER.escape
Merge pull request #116 from PikachuEXE/fix-incorrect-redirect-response-handling
Fix handling of redirect response without Location header
Update url for large image to https
Fix returning nil if image type not gif for animated
Merge pull request #114 from nbianca/master
Add check for animated GIFs
Revert rake requirement since we still support ruby 1.9.2
Merge pull request #115 from gschlager/master
Update rake
Avoid detecting arbitrary XML as SVG
Merge pull request #111 from aried3r/ar/travis_update
Update Ruby 1.9-2.6
Merge pull request #110 from aried3r/patch-2
Use SVG Travis CI badge
Release Notes
1.13.1 (from changelog)
1.13.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 🚨
🚨 Unintended read access in kramdown gem
Sorry, we couldn't find anything useful about this release.
Sorry, we couldn't find anything useful about this release.
Release Notes
5.14.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
prepped for release
- Bumped ruby version to include 3.0 (trunk).
whitespace
I am an idiot... fixed a last-day-of-month testing bug. I don't think I've done that in 15+ years. :P
prepped for release
+ Minitest.filter_backtrace returns original backtrace if filter comes back empty.
Refactored positive spec tests w/ a custom assertion.
+ Return true on a successful refute. (jusleg)
Updated rake specs for latest assertions.
- Fixed expectation doco to not use global expectations.
Commits
See the full diff on Github. The new version differs by 6 commits:
v1.19.2
Merge pull request #277 from grosser/grosser/timeout
Allow timeout usage inside of threads
simplify activerecord wording
Merge pull request #272 from kakra/fixes/issue-150
docs: Improve notes about ActiveRecord
Release Notes
4.0.6 (from changelog)
4.0.5 (from changelog)
4.0.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Release 4.0.6
Last release with 2.3
Ignore rubocop cop
Update rubocop
Updated definitions
Fix key duplication in codecov.yml (#175)
Release 4.0.5
Update tests.yml
Update tests.yml
Add CI workflow
Add project metadata to the gemspec (#172)
Update definitions
Create codecov.yml
Update Travis badge link
Release 4.0.3
Update definitions
Update to Rubocop 0.81.0
Update rubocop requirement from 0.80.0 to 0.80.1 (#170)
Update rubocop requirement from 0.79.0 to 0.80.0 (#169)
Update SECURITY.md
Update README.md
Update README.md
Update .gitignore
Update definitions
Sync up my Rubocop default file
Move development dependencies from gemspec to Bundle
Security Advisories 🚨
🚨 Percent-encoded cookies can be used to overwrite existing prefixed cookie names
Commits
See the full diff on Github. The new version differs by 2 commits:
bump version
When parsing cookies, only decode the values
Release Notes
0.10.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Update gem version to 0.10.4
Merge pull request #85 from tyler-ball/patch-1
Remove bundler development dependency
Commits
See the full diff on Github. The new version differs by 34 commits:
version bump
Merge pull request #205 from larskanis/remove-libc
Merge pull request #193 from okuramasafumi/test-against-ruby-27
Merge pull request #199 from ahorek/libsass_update_364
Use FFI::MemoryPointer instead of libc's malloc()
Update libsass to 3.6.4
update changelog
version bump 2.3.0
Merge pull request #196 from casperisfine/drop-32bit-targets
Fix rake gem:native task
Test against Ruby 2.7.0
fix testing issue
Merge pull request #166 from michaelglass/patch-1
Merge pull request #178 from bmwiedemann/sort
Merge pull request #152 from shwaka/master
Merge pull request #162 from ahorek/custom_functions
Merge pull request #161 from ahorek/dispose
Merge pull request #164 from ahorek/libsass_update
Merge pull request #184 from ahorek/strip_fix
restore strip symbols
Merge pull request #158 from glebm/patch-3
Sort input file list
Merge pull request #174 from dtynan/fix_for_macos
Merge pull request #171 from eregon/test-truffleruby
Merge pull request #173 from eregon/fix-dlext
Fix compile issue on Mac OS X
Use RbConfig::MAKEFILE_CONFIG['DLEXT'] instead of hardcoding extensions
Test on TruffleRuby in TravisCI
Update libsass to 3.6.3
disable lto flag for darwin + nix
Update libsass to 3.6.2
allow passing functions directly
always dispose data context
Default --march-tune-native to false
Release Notes
1.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Improve grammar.
Preparing v1.2.7.
Update to Ruby 2.7.1.
Revert to Ruby 2.4.9 and 2.7.0.
Update to Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 and JRuby 9.2.11.1.
Use shields.io for badges.
Update copyright years.
Add a build status badge for AppVeyor.
Replace broken links.
Use https for links where available.
Update to JRuby 9.2.11.0.
Merge pull request #112.
Test for just the non-existence of #untaint.
Fix comments relating to taint/untaint removal.
Don't rely on lexicographic version comparisons.
Fix test failures on Ruby 1.8.7.
Fix erroneous 'wrong number of arguments' errors on JRuby 9.0.5.0.
`$VERBOSE = false` won't be worked since `rb_warning` is changed to `rb_warn`
Update to Ruby 2.7.0.
🆕 rexml (added, 3.2.4)
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