Skip to content

chore(deps): bump the bundler group across 2 directories with 1 update#157

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/logs-concentrator/bundler-0bb8b03214
Open

chore(deps): bump the bundler group across 2 directories with 1 update#157
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/logs-concentrator/bundler-0bb8b03214

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2025

Bumps the bundler group with 1 update in the /logs-concentrator directory: fluentd.
Bumps the bundler group with 1 update in the /logs-dispatcher directory: fluentd.

Updates fluentd from 1.18.0 to 1.19.0

Release notes

Sourced from fluentd's releases.

Fluentd v1.19.0

Full Changelog: fluent/fluentd@v1.18.0...v1.19.0

Enhancement

New features:

  • #4657 Add zstd compression support
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option.
    • in_forward: support zstd format. (Experimental)
  • #4986 buffer: add feature to evacuate chunk files when retry limit
  • #4859 out_http: TLS1.3 support
  • #5036 out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false
  • #4904 out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path
  • #5008 System configuration: Add forced_stacktrace_level to force the log level of stacktraces.
  • #4893 System configuration: support built-in config files

Metrics:

  • #4966 metrics: enable input metrics by default
  • #4980 in_tail: add "tracked_file_count" metrics to see how many log files are being tracked
  • #4971 output: add metrics for number of writing events in secondary
  • #4981 output: add metrics for dropped oldest chunk count

Others:

Bug Fix

  • #5010 in_tail: fixed where specifying only encoding parameter might cause data corruption (affects since v0.14.12).
  • #4864 formatter_csv: fix memory leak
  • #5026 server plugin helper: ensure to close all connections at shutdown
  • #4836 Fixed a bug where the default umask was not set to 0 when using --daemon (td-agent, fluent-package) since v1.14.6.
  • #4836 --umask command line option: Fixed so that it is applied when Fluentd runs with --daemon (fluent-package) as well as when Fluentd runs with --no-supervisor.
  • #4909 Windows: Stop the service when the supervisor is dead
  • #4782 Windows: Fixed an issue where stopping the service immediately after startup could leave the processes.
  • #4782 Windows: Fixed an issue where stopping service sometimes can not be completed forever.

Misc

  • #4962 in_monitor_agent: stop using CGI.parse due to support Ruby 3.5

... (truncated)

Changelog

Sourced from fluentd's changelog.

Release v1.19.0 - 2025/07/30

Enhancement

New features:

  • Add zstd compression support fluent/fluentd#4657
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option. (Experimental)
    • in_forward: support zstd format.
  • buffer: add feature to evacuate chunk files when retry limit fluent/fluentd#4986
  • out_http: TLS1.3 support fluent/fluentd#4859
  • out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false fluent/fluentd#5036
  • out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path fluent/fluentd#4904
  • System configuration: Add forced_stacktrace_level to force the log level of stacktraces. fluent/fluentd#5008
  • System configuration: support built-in config files fluent/fluentd#4893

Metrics:

Others:

... (truncated)

Commits
  • ed15edc v1.19.0
  • 420e166 gemspec: fix io-event and io-stream version to avoid unstable behavior on Win...
  • 1f64300 out_stdout: support output to $stdout independently of logger (#5036)
  • 6ce90f9 in_http: replace WEBrick::HTTPUtils.parse_query with URI (#4900)
  • d4fd43b logger: force_stacktrace_level was not applied to PluginLogger (#5038)
  • 56ba858 README: remove Code Climate badge as the service has ended (#5035)
  • cefbc62 build(deps): bump ruby/setup-ruby from 1.245.0 to 1.247.0 (#5031)
  • 6797027 build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 (#5030)
  • f6f002e rubocop: use plugin scope logger (#5028)
  • 11e69f2 server plugin helper: ensure to close all connections at shutdown (#5026)
  • Additional commits viewable in compare view

Updates fluentd from 1.18.0 to 1.19.0

Release notes

Sourced from fluentd's releases.

Fluentd v1.19.0

Full Changelog: fluent/fluentd@v1.18.0...v1.19.0

Enhancement

New features:

  • #4657 Add zstd compression support
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option.
    • in_forward: support zstd format. (Experimental)
  • #4986 buffer: add feature to evacuate chunk files when retry limit
  • #4859 out_http: TLS1.3 support
  • #5036 out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false
  • #4904 out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path
  • #5008 System configuration: Add forced_stacktrace_level to force the log level of stacktraces.
  • #4893 System configuration: support built-in config files

Metrics:

  • #4966 metrics: enable input metrics by default
  • #4980 in_tail: add "tracked_file_count" metrics to see how many log files are being tracked
  • #4971 output: add metrics for number of writing events in secondary
  • #4981 output: add metrics for dropped oldest chunk count

Others:

Bug Fix

  • #5010 in_tail: fixed where specifying only encoding parameter might cause data corruption (affects since v0.14.12).
  • #4864 formatter_csv: fix memory leak
  • #5026 server plugin helper: ensure to close all connections at shutdown
  • #4836 Fixed a bug where the default umask was not set to 0 when using --daemon (td-agent, fluent-package) since v1.14.6.
  • #4836 --umask command line option: Fixed so that it is applied when Fluentd runs with --daemon (fluent-package) as well as when Fluentd runs with --no-supervisor.
  • #4909 Windows: Stop the service when the supervisor is dead
  • #4782 Windows: Fixed an issue where stopping the service immediately after startup could leave the processes.
  • #4782 Windows: Fixed an issue where stopping service sometimes can not be completed forever.

Misc

  • #4962 in_monitor_agent: stop using CGI.parse due to support Ruby 3.5

... (truncated)

Changelog

Sourced from fluentd's changelog.

Release v1.19.0 - 2025/07/30

Enhancement

New features:

  • Add zstd compression support fluent/fluentd#4657
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option. (Experimental)
    • in_forward: support zstd format.
  • buffer: add feature to evacuate chunk files when retry limit fluent/fluentd#4986
  • out_http: TLS1.3 support fluent/fluentd#4859
  • out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false fluent/fluentd#5036
  • out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path fluent/fluentd#4904
  • System configuration: Add forced_stacktrace_level to force the log level of stacktraces. fluent/fluentd#5008
  • System configuration: support built-in config files fluent/fluentd#4893

Metrics:

Others:

... (truncated)

Commits
  • ed15edc v1.19.0
  • 420e166 gemspec: fix io-event and io-stream version to avoid unstable behavior on Win...
  • 1f64300 out_stdout: support output to $stdout independently of logger (#5036)
  • 6ce90f9 in_http: replace WEBrick::HTTPUtils.parse_query with URI (#4900)
  • d4fd43b logger: force_stacktrace_level was not applied to PluginLogger (#5038)
  • 56ba858 README: remove Code Climate badge as the service has ended (#5035)
  • cefbc62 build(deps): bump ruby/setup-ruby from 1.245.0 to 1.247.0 (#5031)
  • 6797027 build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 (#5030)
  • f6f002e rubocop: use plugin scope logger (#5028)
  • 11e69f2 server plugin helper: ensure to close all connections at shutdown (#5026)
  • Additional commits viewable in compare view

Updates fluentd from 1.18.0 to 1.19.0

Release notes

Sourced from fluentd's releases.

Fluentd v1.19.0

Full Changelog: fluent/fluentd@v1.18.0...v1.19.0

Enhancement

New features:

  • #4657 Add zstd compression support
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option.
    • in_forward: support zstd format. (Experimental)
  • #4986 buffer: add feature to evacuate chunk files when retry limit
  • #4859 out_http: TLS1.3 support
  • #5036 out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false
  • #4904 out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path
  • #5008 System configuration: Add forced_stacktrace_level to force the log level of stacktraces.
  • #4893 System configuration: support built-in config files

Metrics:

  • #4966 metrics: enable input metrics by default
  • #4980 in_tail: add "tracked_file_count" metrics to see how many log files are being tracked
  • #4971 output: add metrics for number of writing events in secondary
  • #4981 output: add metrics for dropped oldest chunk count

Others:

Bug Fix

  • #5010 in_tail: fixed where specifying only encoding parameter might cause data corruption (affects since v0.14.12).
  • #4864 formatter_csv: fix memory leak
  • #5026 server plugin helper: ensure to close all connections at shutdown
  • #4836 Fixed a bug where the default umask was not set to 0 when using --daemon (td-agent, fluent-package) since v1.14.6.
  • #4836 --umask command line option: Fixed so that it is applied when Fluentd runs with --daemon (fluent-package) as well as when Fluentd runs with --no-supervisor.
  • #4909 Windows: Stop the service when the supervisor is dead
  • #4782 Windows: Fixed an issue where stopping the service immediately after startup could leave the processes.
  • #4782 Windows: Fixed an issue where stopping service sometimes can not be completed forever.

Misc

  • #4962 in_monitor_agent: stop using CGI.parse due to support Ruby 3.5

... (truncated)

Changelog

Sourced from fluentd's changelog.

Release v1.19.0 - 2025/07/30

Enhancement

New features:

  • Add zstd compression support fluent/fluentd#4657
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option. (Experimental)
    • in_forward: support zstd format.
  • buffer: add feature to evacuate chunk files when retry limit fluent/fluentd#4986
  • out_http: TLS1.3 support fluent/fluentd#4859
  • out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false fluent/fluentd#5036
  • out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path fluent/fluentd#4904
  • System configuration: Add forced_stacktrace_level to force the log level of stacktraces. fluent/fluentd#5008
  • System configuration: support built-in config files fluent/fluentd#4893

Metrics:

Others:

... (truncated)

Commits
  • ed15edc v1.19.0
  • 420e166 gemspec: fix io-event and io-stream version to avoid unstable behavior on Win...
  • 1f64300 out_stdout: support output to $stdout independently of logger (#5036)
  • 6ce90f9 in_http: replace WEBrick::HTTPUtils.parse_query with URI (#4900)
  • d4fd43b logger: force_stacktrace_level was not applied to PluginLogger (#5038)
  • 56ba858 README: remove Code Climate badge as the service has ended (#5035)
  • cefbc62 build(deps): bump ruby/setup-ruby from 1.245.0 to 1.247.0 (#5031)
  • 6797027 build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 (#5030)
  • f6f002e rubocop: use plugin scope logger (#5028)
  • 11e69f2 server plugin helper: ensure to close all connections at shutdown (#5026)
  • Additional commits viewable in compare view

Updates fluentd from 1.18.0 to 1.19.0

Release notes

Sourced from fluentd's releases.

Fluentd v1.19.0

Full Changelog: fluent/fluentd@v1.18.0...v1.19.0

Enhancement

New features:

  • #4657 Add zstd compression support
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option.
    • in_forward: support zstd format. (Experimental)
  • #4986 buffer: add feature to evacuate chunk files when retry limit
  • #4859 out_http: TLS1.3 support
  • #5036 out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false
  • #4904 out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path
  • #5008 System configuration: Add forced_stacktrace_level to force the log level of stacktraces.
  • #4893 System configuration: support built-in config files

Metrics:

  • #4966 metrics: enable input metrics by default
  • #4980 in_tail: add "tracked_file_count" metrics to see how many log files are being tracked
  • #4971 output: add metrics for number of writing events in secondary
  • #4981 output: add metrics for dropped oldest chunk count

Others:

Bug Fix

  • #5010 in_tail: fixed where specifying only encoding parameter might cause data corruption (affects since v0.14.12).
  • #4864 formatter_csv: fix memory leak
  • #5026 server plugin helper: ensure to close all connections at shutdown
  • #4836 Fixed a bug where the default umask was not set to 0 when using --daemon (td-agent, fluent-package) since v1.14.6.
  • #4836 --umask command line option: Fixed so that it is applied when Fluentd runs with --daemon (fluent-package) as well as when Fluentd runs with --no-supervisor.
  • #4909 Windows: Stop the service when the supervisor is dead
  • #4782 Windows: Fixed an issue where stopping the service immediately after startup could leave the processes.
  • #4782 Windows: Fixed an issue where stopping service sometimes can not be completed forever.

Misc

  • #4962 in_monitor_agent: stop using CGI.parse due to support Ruby 3.5

... (truncated)

Changelog

Sourced from fluentd's changelog.

Release v1.19.0 - 2025/07/30

Enhancement

New features:

  • Add zstd compression support fluent/fluentd#4657
    • Buffer: add zstd to compress option.
    • out_file: add zstd to compress option.
    • out_forward: add zstd to compress option. (Experimental)
    • in_forward: support zstd format.
  • buffer: add feature to evacuate chunk files when retry limit fluent/fluentd#4986
  • out_http: TLS1.3 support fluent/fluentd#4859
  • out_stdout: support output to STDOUT independently of Fluentd logger by setting use_logger to false fluent/fluentd#5036
  • out_file: add symlink_path_use_relative option to use relative path instead of absolute path in symlink_path fluent/fluentd#4904
  • System configuration: Add forced_stacktrace_level to force the log level of stacktraces. fluent/fluentd#5008
  • System configuration: support built-in config files fluent/fluentd#4893

Metrics:

Others:

... (truncated)

Commits
  • ed15edc v1.19.0
  • 420e166 gemspec: fix io-event and io-stream version to avoid unstable behavior on Win...
  • 1f64300 out_stdout: support output to $stdout independently of logger (#5036)
  • 6ce90f9 in_http: replace WEBrick::HTTPUtils.parse_query with URI (#4900)
  • d4fd43b logger: force_stacktrace_level was not applied to PluginLogger (#5038)
  • 56ba858 README: remove Code Climate badge as the service has ended (#5035)
  • cefbc62 build(deps): bump ruby/setup-ruby from 1.245.0 to 1.247.0 (#5031)
  • 6797027 build(deps): bump github/codeql-action from 3.29.2 to 3.29.3 (#5030)
  • f6f002e rubocop: use plugin scope logger (#5028)
  • 11e69f2 server plugin helper: ensure to close all connections at shutdown (#5026)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 18, 2025
@github-actions
Copy link

github-actions bot commented Sep 18, 2025

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ❌ 16 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.
See the Details below.

License Issues

logs-concentrator/Gemfile.lock

PackageVersionLicenseIssue Type
async2.36.0LicenseRef-scancode-dco-1.1 AND MITIncompatible License
async-pool0.11.1LicenseRef-scancode-dco-1.1 AND MITIncompatible License
fiber-storage1.0.1LicenseRef-scancode-dco-1.1 AND MITIncompatible License
io-event1.14.2LicenseRef-scancode-dco-1.1 AND MITIncompatible License
io-stream0.11.1LicenseRef-scancode-dco-1.1 AND MITIncompatible License
metrics0.15.0LicenseRef-scancode-dco-1.1 AND MITIncompatible License
protocol-http0.59.0LicenseRef-scancode-dco-1.1 AND MITIncompatible License
traces0.18.2LicenseRef-scancode-dco-1.1 AND MITIncompatible License
console1.34.3NullUnknown License

logs-dispatcher/Gemfile.lock

PackageVersionLicenseIssue Type
async2.36.0LicenseRef-scancode-dco-1.1 AND MITIncompatible License
async-pool0.11.1LicenseRef-scancode-dco-1.1 AND MITIncompatible License
fiber-storage1.0.1LicenseRef-scancode-dco-1.1 AND MITIncompatible License
io-event1.14.2LicenseRef-scancode-dco-1.1 AND MITIncompatible License
io-stream0.11.1LicenseRef-scancode-dco-1.1 AND MITIncompatible License
metrics0.15.0LicenseRef-scancode-dco-1.1 AND MITIncompatible License
protocol-http0.59.0LicenseRef-scancode-dco-1.1 AND MITIncompatible License
traces0.18.2LicenseRef-scancode-dco-1.1 AND MITIncompatible License
console1.34.3NullUnknown License
Allowed Licenses: Apache-2.0, BSD-2-Clause, BSD-2-Clause-FreeBSD, BSD-3-Clause, ISC, MIT, PostgreSQL, Python-2.0, Ruby, X11, Zlib
Excluded from license check: pkg:gem/fluent-plugin-record-modifier, pkg:gem/mime-types-data, pkg:gem/multi_json, pkg:gem/net-http-persistent, pkg:gem/rake, pkg:gem/tzinfo-data, pkg:gem/llhttp-ffi, pkg:gem/public_suffix, pkg:gem/base64

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
rubygems/async 2.36.0 🟢 6.8
Details
CheckScoreReason
Code-Review⚠️ 1Found 3/30 approved changesets -- score normalized to 1
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1019 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy🟢 10security policy file detected
SAST🟢 7SAST tool is not run on all commits -- score normalized to 7
rubygems/async-http 0.94.2 UnknownUnknown
rubygems/async-pool 0.11.1 UnknownUnknown
rubygems/concurrent-ruby 1.3.6 🟢 4.7
Details
CheckScoreReason
Code-Review🟢 4Found 11/25 approved changesets -- score normalized to 4
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained🟢 1014 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/console 1.34.3 UnknownUnknown
rubygems/cool.io 1.9.3 UnknownUnknown
rubygems/fiber-annotation 0.2.0 UnknownUnknown
rubygems/fiber-local 1.1.0 UnknownUnknown
rubygems/fiber-storage 1.0.1 UnknownUnknown
rubygems/fluentd 1.19.2 🟢 8
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 4SAST tool is not run on all commits -- score normalized to 4
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 66 contributing companies or organizations
rubygems/http_parser.rb 0.8.1 UnknownUnknown
rubygems/io-endpoint 0.17.2 UnknownUnknown
rubygems/io-event 1.14.2 UnknownUnknown
rubygems/io-stream 0.11.1 UnknownUnknown
rubygems/metrics 0.15.0 UnknownUnknown
rubygems/net-http 0.9.1 UnknownUnknown
rubygems/ostruct 0.6.3 UnknownUnknown
rubygems/protocol-hpack 1.5.1 UnknownUnknown
rubygems/protocol-http 0.59.0 UnknownUnknown
rubygems/protocol-http1 0.37.0 UnknownUnknown
rubygems/protocol-http2 0.24.0 UnknownUnknown
rubygems/protocol-url 0.4.0 UnknownUnknown
rubygems/traces 0.18.2 UnknownUnknown
rubygems/tzinfo-data 1.2025.3 ⚠️ 2.9
Details
CheckScoreReason
Maintained⚠️ 12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
SAST⚠️ 0no SAST tool detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
rubygems/webrick 1.9.2 UnknownUnknown
rubygems/zstd-ruby 1.5.7.1 UnknownUnknown
rubygems/async 2.36.0 🟢 6.8
Details
CheckScoreReason
Code-Review⚠️ 1Found 3/30 approved changesets -- score normalized to 1
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1019 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Security-Policy🟢 10security policy file detected
SAST🟢 7SAST tool is not run on all commits -- score normalized to 7
rubygems/async-http 0.94.2 UnknownUnknown
rubygems/async-pool 0.11.1 UnknownUnknown
rubygems/console 1.34.3 UnknownUnknown
rubygems/cool.io 1.9.3 UnknownUnknown
rubygems/fiber-annotation 0.2.0 UnknownUnknown
rubygems/fiber-local 1.1.0 UnknownUnknown
rubygems/fiber-storage 1.0.1 UnknownUnknown
rubygems/fluentd 1.19.2 🟢 8
Details
CheckScoreReason
Dependency-Update-Tool🟢 10update tool detected
Code-Review🟢 10all changesets reviewed
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 5badge detected: Passing
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 4SAST tool is not run on all commits -- score normalized to 4
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 66 contributing companies or organizations
rubygems/io-endpoint 0.17.2 UnknownUnknown
rubygems/io-event 1.14.2 UnknownUnknown
rubygems/io-stream 0.11.1 UnknownUnknown
rubygems/metrics 0.15.0 UnknownUnknown
rubygems/net-http 0.9.1 UnknownUnknown
rubygems/protocol-hpack 1.5.1 UnknownUnknown
rubygems/protocol-http 0.59.0 UnknownUnknown
rubygems/protocol-http1 0.37.0 UnknownUnknown
rubygems/protocol-http2 0.24.0 UnknownUnknown
rubygems/protocol-url 0.4.0 UnknownUnknown
rubygems/traces 0.18.2 UnknownUnknown
rubygems/uri 1.1.1 🟢 4.3
Details
CheckScoreReason
Maintained🟢 910 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review🟢 4Found 6/13 approved changesets -- score normalized to 4
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 4dependency not pinned by hash detected -- score normalized to 4
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
License🟢 9license file detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/zstd-ruby 1.5.7.1 UnknownUnknown

Scanned Files

  • logs-concentrator/Gemfile.lock
  • logs-dispatcher/Gemfile.lock

@dependabot dependabot bot force-pushed the dependabot/bundler/logs-concentrator/bundler-0bb8b03214 branch from 7d0e076 to 3a46824 Compare October 1, 2025 23:09
@dependabot dependabot bot force-pushed the dependabot/bundler/logs-concentrator/bundler-0bb8b03214 branch from 3a46824 to 379c29c Compare November 1, 2025 23:09
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/bundler/logs-concentrator/bundler-0bb8b03214 branch from 379c29c to eca7e53 Compare January 1, 2026 23:09
@dependabot dependabot bot force-pushed the dependabot/bundler/logs-concentrator/bundler-0bb8b03214 branch from eca7e53 to 920ff4f Compare February 1, 2026 23:06
Bumps the bundler group with 1 update in the /logs-concentrator directory: [fluentd](https://github.com/fluent/fluentd).
Bumps the bundler group with 1 update in the /logs-dispatcher directory: [fluentd](https://github.com/fluent/fluentd).


Updates `fluentd` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.18.0...v1.19.0)

Updates `fluentd` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.18.0...v1.19.0)

Updates `fluentd` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.18.0...v1.19.0)

Updates `fluentd` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: fluentd
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: fluentd
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: fluentd
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: fluentd
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/logs-concentrator/bundler-0bb8b03214 branch from 920ff4f to 9f13e51 Compare March 1, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file logs-concentrator logs-dispatcher ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants