🚨 [security] Update rubyzip: 1.2.1 → 1.2.2 (patch) #15
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.
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/
.It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.
🚨 Your version of rubyzip has known security vulnerabilities 🚨
Advisory: CVE-2018-1000544
Disclosed: June 14, 2018
URL: https://github.com/rubyzip/rubyzip/issues/369
Directory Traversal in rubyzip
🚨 We recommend to merge and deploy this update as soon as possible! 🚨
We've updated a dependency and here is what you need to know:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
Commits
See the full diff on Github. The new version differs by 54 commits:
Merge pull request #376 from jdleesmiller/fix-cve-2018-1000544
Bump version to 1.2.2
Bump version to 1.3.0
Bump version to 2.0.0
Expand from root rather than current working directory
Disable symlinks and check for path traversal
Consolidate path traversal tests
Add jwilk's path traversal tests
Trigger CI again
Move jruby to allow failures matrix till crc uint 32 issues are resolved
Fix CVE-2018-1000544 symlink path traversal
Fix CVE-2018-1000544 absolute path traversal
Fix jruby version
Merge pull request #363 from hainesr/fix-dir-glob
When globbing in ZipFSDir, take CWD into account.
Pass glob through from ZipFileNameMapper.
Merge pull request #361 from hainesr/quiet-tests
Merge pull request #358 from idoru/handle-gpbit-3
Turn off all terminal output in all tests.
Handle stored files with general purpose bit 3 set
Merge pull request #353 from pnomolos/pnomolos/fix_stringio
Merge pull request #352 from tricknotes/bump-ruby-versions
Merge pull request #355 from pnomolos/pnomolos/fix-rubocop-breakage
Fix regression caused by Rubocop cleanup
Added fix for calling 'close' on a StringIO-backed zip file, and specs
Bump Ruby versions on Travis CI
Merge pull request #350 from olleolleolle/patch-1
Travis: Typo
Travis: Workaround a rbx-3 autoload issue
Merge pull request #345 from olleolleolle/patch-1
Merge pull request #346 from olleolleolle/patch-2
Merge branch 'master' into patch-2
Merge pull request #347 from swamp09/ci_against
CI against Ruby 2.2.8, 2.3.5, and 2.4.2
Travis: typo
Travis: Try using rbx-3
Travis: update RubyGems
Travis: drop oraclejdk-7
Travis: use JRUBY_OPTS="--debug"
Travis: use pre-installed Travis rubies
README: Use a blockquote to make text readable
Merge pull request #325 from aeroastro/feature/tempfile-directory
Merge pull request #326 from aeroastro/feature/readme-improvement
Merge pull request #340 from alsor/force-entry-names-encoding-option
Merge branch 'master' into force-entry-names-encoding-option
add option to force entry names encoding
Make naming on README more consistent
Merge pull request #321 from gaurish/patch-1
Merge pull request #332 from aeroastro/feature/rubocop-update
Apply automatic correction by rubocop
Disable Style/MutableConstant because existent code relies on it
Add rubocop dependency and correct settings
Save temporary files to a temporary directory
File.join() is our friend for joining paths
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
.