Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 [security] Update aruba: 0.14.2 β†’ 0.14.14 (minor) #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Dec 30, 2019


🚨 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?

✳️ aruba (0.14.2 β†’ 0.14.14) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ builder (indirect, 3.2.2 β†’ 3.2.4) Β· Repo Β· Changelog

↗️ childprocess (indirect, 0.5.9 β†’ 3.0.0) Β· Repo Β· Changelog

Release Notes

3.0.0

  • #156: Remove unused rubyforge_project from gemspec
  • #160: Remove extension to conditionally install ffi gem on Windows platforms
  • #160: Remove runtime dependency on rake gem

2.0.0 (from changelog)

  • #148: Drop support for Ruby 2.0, 2.1, and 2.2
  • #149: Fix Unix fork reopen to be compatible with Ruby 2.6
  • #152/#154: Fix hangs and permission errors introduced in Ruby 2.6 for leader processes of process groups

1.0.1 (from changelog)

  • #143: Fix installs by adding rake gem as runtime dependency
  • #147: Relax rake gem constraint from < 12 to < 13

1.0.0 (from changelog)

  • #134: Add support for non-ASCII characters on Windows
  • #132: Install ffi gem requirement on Windows only
  • #128: Convert environment variable values to strings when posix_spawn enabled
  • #141: Support JRuby on Java >= 9

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.

↗️ contracts (indirect, 0.14.0 β†’ 0.16.0) Β· Repo Β· Changelog

Commits

See the full diff on Github. The new version differs by 17 commits:

↗️ cucumber (indirect, 2.4.0 β†’ 4.1.0) Β· Repo Β· Changelog

Release Notes

4.1.0 (from changelog)

Changed

  • Use cucumber-create-meta to produce the Meta message before the run.

  • Updated gems:

    • cucumber-wire ~> 3.1.0
    • cucumber-core ~> 7.1.0
    • cucumber-gherkin ~> 14.0.1
      • Fix issue with empty feature files #1427
    • cucumber-messages ~> 12.2.0
    • cucumber-html-formatter ~> 7.0.0
      • Fix issue with Hook attachments #1420

Fixed

  • AfterStep hook do not cause issue when running message formatter. #1433 - #1434

4.0.1 (from changelog)

Fixed

  • force reference to diff-lcs to 1.3 as 1.4 introduced breaking changes.

4.0.0 (from changelog)

Changed

  • log method can now be called with non-string objects and will run .to_s on them. #1410

Improved

  • Display snippet when using undefined parameter type #1411

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.

↗️ cucumber-core (indirect, 1.5.0 β†’ 7.1.0) Β· Repo Β· Changelog

Release Notes

7.1.0 (from changelog)

Changed

  • Updated gems:
    • cucumber-gherkin ~> 14.0.1
    • cucumber-messages ~> 12.2.0

7.0.0 (from changelog)

Changed

  • Updated monorepo libraries:
    • cucumber-gherkin ~> 13
    • cucumber-messages ~> 12

6.0.0 (from changelog)

Changed

  • Update to Gherkin 10

Added

  • Add envelope event, which are used when emitting Cucumber::Messages
  • Add TestCaseCreated and TestStepCreated events, emitted when compiling a Pickle
  • Add Id field to TestCase and TestStep
  • Added rubocop (with todo file), and removed backports gems (#186, #182 tas50, luke-hill)

Removed

  • Remove location for MultiLine arguments

5.0.2 (from changelog)

Changed

  • Update to use Gherkin v8

5.0.1 (from changelog)

Removed

  • Remove support for ruby 2.2 and below. 2.3 or higher is required now.

5.0.0 (from changelog)

Changed

  • Update to use Gherkin v7

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.

↗️ cucumber-wire (indirect, 0.0.1 β†’ 3.1.0) Β· Repo

Commits

See the full diff on Github. The new version differs by 74 commits:

↗️ ffi (indirect, 1.9.14 β†’ 1.13.1) Β· Repo Β· Changelog

Security Advisories 🚨

🚨 ruby-ffi DDL loading issue on Windows OS

ruby-ffi version 1.9.23 and earlier has a DLL loading issue which can be
hijacked on Windows OS, when a Symbol is used as DLL name instead of a String
This vulnerability appears to have been fixed in v1.9.24 and later.

Release Notes

1.13.1 (from changelog)

Changed:

  • Revert use of ucrtbase.dll as default C library on Windows-MINGW. ucrtbase.dll is still used on MSWIN target. #790
  • Test for ffi_prep_closure_loc() to make sure we can use this function. This fixes incorrect use of system libffi on MacOS Mojave (10.14). #787
  • Update types.conf on x86_64-dragonflybsd

1.13.0 (from changelog)

Added:

  • Add TruffleRuby support. Almost all specs are running on TruffleRuby and succeed. #768
  • Add ruby source files to the java gem. This allows to ship the Ruby library code per platform java gem and add it as a default gem to JRuby. #763
  • Add FFI::Platform::LONG_DOUBLE_SIZE
  • Add bounds checks for writing to an inline char[] . #756
  • Add long double as callback return value. #771
  • Update type definitions and add types from stdint.h and stddef.h on i386-windows, x86_64-windows, x86_64-darwin, x86_64-linux, arm-linux, powerpc-linux. #749
  • Add new type definitions for powerpc-openbsd and sparcv9-openbsd. #775, #778

Changed:

  • Raise required ruby version to >= 2.3.
  • Lots of cleanups and improvements in library, specs and benchmarks.
  • Fix a lot of compiler warnings at the C-extension
  • Fix several install issues on MacOS:
    • Look for libffi in SDK paths, since recent versions of macOS removed it from /usr/include . #757
    • Fix error ld: library not found for -lgcc_s.10.4
    • Don't built for i386 architecture as it is deprecated
  • Several fixes for MSVC build on Windows. #779
  • Use ucrtbase.dll as default C library on Windows instead of old msvcrt.dll. #779
  • Update builtin libffi to fix a Powerpc issue with parameters of type long
  • Allow unmodified sourcing of (the ruby code of) this gem in JRuby and TruffleRuby as a default gem. #747
  • Improve check to detect if a module has a #find_type method suitable for FFI. This fixes compatibility with stdlib mkmf . #776

Removed:

  • Reject callback with :string return type at definition, because it didn't work so far and is not save to use. #751, #782

1.12.2 (from changelog)

  • Fix possible segfault at FFI::Struct#[] and []= after GC.compact . #742

1.12.1 (from changelog)

Added:

  • Add binary gem support for ruby-2.7 on Windows

1.12.0 (from changelog)

Added:

  • FFI::VERSION is defined as part of require 'ffi' now. It is no longer necessary to require 'ffi/version' .

Changed:

  • Update libffi to latest master.

Deprecated:

  • Overwriting struct layouts is now warned and will be disallowed in ffi-2.0. #734, #735

1.11.3 (from changelog)

Removed:

  • Remove support for tainted objects which cause deprecation warnings in ruby-2.7. #730

1.11.2 (from changelog)

Added:

  • Add DragonFlyBSD as a platform. #724

Changed:

  • Sort all types.conf files, so that files and changes are easier to compare.
  • Regenerated type conf for freebsd12 and x86_64-linux targets. #722
  • Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4. #647
  • Fix library name mangling for non glibc Linux/UNIX. #727
  • Fix compiler warnings raised by ruby-2.7
  • Update libffi to latest master.

1.11.1 (from changelog)

Changed:

  • Raise required ruby version to >=2.0. #699, #700
  • Fix a possible linker error on ruby < 2.3 on Linux.

1.11.0 (from changelog)

Added:

  • Add ability to disable or force use of system libffi. #669 Use like gem inst ffi -- --enable-system-libffi .
  • Add ability to call FFI callbacks from outside of FFI call frame. #584
  • Add proper documentation to FFI::Generator and ::Task
  • Add gemspec metadata. #696, #698

Changed:

  • Fix stdcall on Win32. #649, #669
  • Fix load paths for FFI::Generator::Task
  • Fix FFI::Pointer#read_string(0) to return a binary String. #692
  • Fix benchmark suite so that it runs on ruby-2.x
  • Move FFI::Platform::CPU from C to Ruby. #663
  • Move FFI::StructByReference to Ruby. #681
  • Move FFI::DataConverter to Ruby (#661)
  • Various cleanups and improvements of specs and benchmarks

Removed:

  • Remove ruby-1.8 and 1.9 compatibility code. #683
  • Remove unused spec files. #684

1.10.0 (from changelog)

Added:

  • Add /opt/local/lib/ to ffi's fallback library search path. #638
  • Add binary gem support for ruby-2.6 on Windows
  • Add FreeBSD on AArch64 and ARM support. #644
  • Add FFI::LastError.winapi_error on Windows native or Cygwin. #633

Changed:

  • Update to rake-compiler-dock-0.7.0
  • Use 64-bit inodes on FreeBSD >= 12. #644
  • Switch time_t and suseconds_t types to long on FreeBSD. #627
  • Make register_t long_long on 64-bit FreeBSD. #644
  • Fix Pointer#write_array_of_type #637

Removed:

  • Drop binary gem support for ruby-2.0 and 2.1 on Windows

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.

↗️ multi_json (indirect, 1.12.1 β†’ 1.15.0) Β· Repo Β· Changelog

Release Notes

1.15.0 (from changelog)

1.14.1 (from changelog)

1.14.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 48 commits:

πŸ†• activesupport (added, 6.0.3.2)

πŸ†• cucumber-create-meta (added, 1.0.0)

πŸ†• cucumber-cucumber-expressions (added, 10.2.1)

πŸ†• cucumber-gherkin (added, 14.0.1)

πŸ†• cucumber-html-formatter (added, 7.0.0)

πŸ†• cucumber-messages (added, 12.2.0)

πŸ†• cucumber-tag-expressions (added, 2.0.4)

πŸ†• middleware (added, 0.1.0)

πŸ†• minitest (added, 5.14.1)

πŸ†• protobuf-cucumber (added, 3.10.8)

πŸ†• sys-uname (added, 1.2.1)

πŸ†• thread_safe (added, 0.3.6)

πŸ†• tzinfo (added, 1.2.7)

πŸ†• zeitwerk (added, 2.4.0)

πŸ—‘οΈ gherkin (removed)


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Dec 30, 2019
@depfu depfu bot force-pushed the depfu/update/aruba-0.14.14 branch from 314f725 to 278a5bf Compare July 28, 2020 14:50
@depfu depfu bot changed the title Update aruba: 0.14.2 β†’ 0.14.14 (minor) 🚨 [security] Update aruba: 0.14.2 β†’ 0.14.14 (minor) Jul 28, 2020
@depfu depfu bot changed the base branch from master to main July 28, 2020 23:54
@depfu depfu bot force-pushed the depfu/update/aruba-0.14.14 branch from 278a5bf to 787b107 Compare July 29, 2020 00:10
@depfu depfu bot changed the title 🚨 [security] Update aruba: 0.14.2 β†’ 0.14.14 (minor) 🚨 [security] Update aruba: 0.14.2 β†’ 0.14.14 (minor) Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants