🚨 [security] Update rake: 12.3.2 → 13.0.1 (major) #160
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 version of rake has known security vulnerabilities 🚨
Advisory: CVE-2020-8130
Disclosed: August 29, 2019
URL: https://github.com/advisories/GHSA-jppv-gw3r-w3q8
OS Command Injection in Rake
🚨 We recommend to merge and deploy this update 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?
Release Notes
13.0.1 (from changelog)
13.0.0 (from changelog)
12.3.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 75 commits:
Bump version to 13.0.1
Fixed build failure of the latest GitHub Actions
Merge pull request #271 from thorsteneckel/bugfix-reenable_invocation_exception
Merge pull request #327 from mjbellantoni/mjb-order-only-arg-fix
Merge pull request #329 from jeremyevans/skip-taint-test-on-2.7
Skip a taint test on Ruby 2.7
Merge pull request #328 from orien/gem-metadata
Add project metadata to the gemspec
Update comments to reflect the current state
Fix an incorrectly resolved arg pattern
Prepare to release rake 13
Use RUBY insted of BUNDLE_RUBY for test-bundled-gems of ruby/ruby.
bump version to 13.0.0.pre.1
Merge pull request #325 from nobu/update-required_ruby_version
Merge pull request #326 from nobu/update-keyword-args
Update keyword arguments merger
Reduce repeated code
Removed stale skips
Drop old ruby versions which are no longer tested
Merge pull request #324 from ruby/use-setup-ruby-on-macos
Try to use setup-ruby on macos
Removed truffleruby temporary.
2.1 is not provided by binary installation
2.3 is provided by GitHub Actions, We need to switch 2.1.
Added truffleruby
There is no binaries of 2.0 and 2.1 on RVM
Set the explicitly versions.
Added the old versions
Use the latest version of JRuby
Merge pull request #269 from take-cheeze/order_only
Merge pull request #310 from tonytonyjan/without_parent_dir
Removed status badge of Travis.
Merge pull request #321 from ruby/cleanup-gemspec
Removed rdoc.
Use Gemfile instead of Gem::Specification#add_development_dependency.
Merge pull request #322 from ruby/actions-2
Good bye Travis. Thanks for your contribution.
Enabled coveralls service on macOS env.
Try to use rvm on GitHub Actions
Removed the badge of appveyor.
Merge pull request #320 from ruby/actions
Removed duplicated tasks with GitHub Actions.
Split install and test tasks.
setup-ruby is not support macOS env.
Windows env only provide Ruby 2.4+
Fixed build names.
Added Windows and macOS.
Enabled build matrix.
Update ruby.yml
Bump version to 12.3.3.
Use File.open explicitly.
Merge pull request #317 from ruby/ignore-gitignore
Removed gitignore from gemspec files.
feat: add `without_parent_dir` to `PackageTask`
Merge pull request #309 from RDIL/patch-1
Remove deprecated travis ci option
Merge pull request #307 from ruby/azure-pipelines
Only enabled macOS environment
use realpath
Do not specify ruby version of macOS
Ignore matrix build for macOS
Rename
Removed non supported versions.
Extracted ruby versions for matrix
Added missing vmImage
Applied matrix build for the multiple platforms.
Set up CI with Azure Pipelines
Merge pull request #305 from aycabta/use-2.6.1
Use Ruby 2.6.1
Merge pull request #303 from tmatilai/app-name-in-error
Use the application's name in error message if a task is not found
Merge pull request #301 from ruby/colby/update-rubocop
fix outstanding rubocop warnings
Merge pull request #300 from ruby/colby/add-ruby-2.6
Add ruby 2.6.0 to .travis.yml
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