Skip to content

chore(deps): bump the bundler group across 2 directories with 2 updates#111

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/logs-concentrator/bundler-92a751bffa
Closed

chore(deps): bump the bundler group across 2 directories with 2 updates#111
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/logs-concentrator/bundler-92a751bffa

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the bundler group with 1 update in the /logs-concentrator directory: fluentd.
Bumps the bundler group with 2 updates in the /logs-dispatcher directory: fluentd and fluent-plugin-kubernetes_metadata_filter.

Updates fluentd from 1.17.1 to 1.18.0

Release notes

Sourced from fluentd's releases.

Fluentd v1.18.0

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

Enhancement

  • #4624 Add zero-downtime-restart feature for non-Windows
  • #4661 Add with-source-only feature
    • fluentd command: Add --with-source-only option
    • System configuration: Add with_source_only option
  • #4661 Embedded plugin: Add out_buffer plugin, which can be used for buffering and relabeling events
  • #4580 Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays
    • Example: key {"foo":"#{1 + 1}"} => key {"foo":"2"}
    • Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.
    • In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.
      • key '{"foo":"#{1 + 1}"}' => key {"foo":"#{1 + 1}"}
  • #4718 transport tls: Use SSL_VERIFY_NONE by default
  • #4720 transport tls: Add ensure_fips option to ensure FIPS compliant mode
  • #4649 plugin_helper/server: Add receive_buffer_size parameter in transport section
  • #4620 filter_parser: Now able to handle multiple parsed results
  • #4655 in_http: add add_tag_prefix option
  • #4604 System configuration: add path option in log section

Bug Fix

  • #4716 command: fix NoMethodError of --daemon under Windows
  • #4605 fluentd command: fix --plugin (-p) option not to overwrite default value

Misc

Contributors to this release (Alphabetical order)

  • Athish Pranav D
  • Daijiro Fukuda
  • Kentaro Hayashi
  • Takuro Ashie
  • Watson
Changelog

Sourced from fluentd's changelog.

Release v1.18.0 - 2024/11/29

Enhancement

  • Add zero-downtime-restart feature for non-Windows fluent/fluentd#4624
  • Add with-source-only feature fluent/fluentd#4661
    • fluentd command: Add --with-source-only option
    • System configuration: Add with_source_only option
  • Embedded plugin: Add out_buffer plugin, which can be used for buffering and relabeling events fluent/fluentd#4661
  • Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays fluent/fluentd#4580
    • Example: key {"foo":"#{1 + 1}"} => key {"foo":"2"}
    • Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.
    • In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.
      • key '{"foo":"#{1 + 1}"}' => key {"foo":"#{1 + 1}"}
  • transport tls: Use SSL_VERIFY_NONE by default fluent/fluentd#4718
  • transport tls: Add ensure_fips option to ensure FIPS compliant mode fluent/fluentd#4720
  • plugin_helper/server: Add receive_buffer_size parameter in transport section fluent/fluentd#4649
  • filter_parser: Now able to handle multiple parsed results fluent/fluentd#4620
  • in_http: add add_tag_prefix option fluent/fluentd#4655
  • System configuration: add path option in log section fluent/fluentd#4604

Bug Fix

Misc

... (truncated)

Commits
  • 46372dd Merge pull request #4719 from fluent/v1.18.0
  • d24cbd8 v1.18.0
  • df3d0c4 Ensure FIPS compliant mode by ensure_fips option (#4720)
  • d102527 SIGUSR2: Restart new process with zero downtime (#4624)
  • 4db97a3 Merge pull request #4718 from daipom/transport-tls-use-SSL_VERIFY_NONE-by-def...
  • 144eb23 transport tls: use SSL_VERIFY_NONE by default
  • 2d8c9d4 filter_parser: Transition from single record to stream (#4620)
  • 4de960b Merge pull request #4638 from daipom/filter_parser-reorganize-tests-for-abnor...
  • ebc55b0 plugin_helper/server: Add receive_buffer_size parameter in transport section ...
  • 713b738 command: fix NoMethodError of --daemon under Windows
  • Additional commits viewable in compare view

Updates fluentd from 1.17.1 to 1.18.0

Release notes

Sourced from fluentd's releases.

Fluentd v1.18.0

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

Enhancement

  • #4624 Add zero-downtime-restart feature for non-Windows
  • #4661 Add with-source-only feature
    • fluentd command: Add --with-source-only option
    • System configuration: Add with_source_only option
  • #4661 Embedded plugin: Add out_buffer plugin, which can be used for buffering and relabeling events
  • #4580 Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays
    • Example: key {"foo":"#{1 + 1}"} => key {"foo":"2"}
    • Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.
    • In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.
      • key '{"foo":"#{1 + 1}"}' => key {"foo":"#{1 + 1}"}
  • #4718 transport tls: Use SSL_VERIFY_NONE by default
  • #4720 transport tls: Add ensure_fips option to ensure FIPS compliant mode
  • #4649 plugin_helper/server: Add receive_buffer_size parameter in transport section
  • #4620 filter_parser: Now able to handle multiple parsed results
  • #4655 in_http: add add_tag_prefix option
  • #4604 System configuration: add path option in log section

Bug Fix

  • #4716 command: fix NoMethodError of --daemon under Windows
  • #4605 fluentd command: fix --plugin (-p) option not to overwrite default value

Misc

Contributors to this release (Alphabetical order)

  • Athish Pranav D
  • Daijiro Fukuda
  • Kentaro Hayashi
  • Takuro Ashie
  • Watson
Changelog

Sourced from fluentd's changelog.

Release v1.18.0 - 2024/11/29

Enhancement

  • Add zero-downtime-restart feature for non-Windows fluent/fluentd#4624
  • Add with-source-only feature fluent/fluentd#4661
    • fluentd command: Add --with-source-only option
    • System configuration: Add with_source_only option
  • Embedded plugin: Add out_buffer plugin, which can be used for buffering and relabeling events fluent/fluentd#4661
  • Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays fluent/fluentd#4580
    • Example: key {"foo":"#{1 + 1}"} => key {"foo":"2"}
    • Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.
    • In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.
      • key '{"foo":"#{1 + 1}"}' => key {"foo":"#{1 + 1}"}
  • transport tls: Use SSL_VERIFY_NONE by default fluent/fluentd#4718
  • transport tls: Add ensure_fips option to ensure FIPS compliant mode fluent/fluentd#4720
  • plugin_helper/server: Add receive_buffer_size parameter in transport section fluent/fluentd#4649
  • filter_parser: Now able to handle multiple parsed results fluent/fluentd#4620
  • in_http: add add_tag_prefix option fluent/fluentd#4655
  • System configuration: add path option in log section fluent/fluentd#4604

Bug Fix

Misc

... (truncated)

Commits
  • 46372dd Merge pull request #4719 from fluent/v1.18.0
  • d24cbd8 v1.18.0
  • df3d0c4 Ensure FIPS compliant mode by ensure_fips option (#4720)
  • d102527 SIGUSR2: Restart new process with zero downtime (#4624)
  • 4db97a3 Merge pull request #4718 from daipom/transport-tls-use-SSL_VERIFY_NONE-by-def...
  • 144eb23 transport tls: use SSL_VERIFY_NONE by default
  • 2d8c9d4 filter_parser: Transition from single record to stream (#4620)
  • 4de960b Merge pull request #4638 from daipom/filter_parser-reorganize-tests-for-abnor...
  • ebc55b0 plugin_helper/server: Add receive_buffer_size parameter in transport section ...
  • 713b738 command: fix NoMethodError of --daemon under Windows
  • Additional commits viewable in compare view

Updates fluent-plugin-kubernetes_metadata_filter from 3.6.0 to 3.7.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

Bumps the bundler group with 1 update in the /logs-concentrator directory: [fluentd](https://github.com/fluent/fluentd).
Bumps the bundler group with 2 updates in the /logs-dispatcher directory: [fluentd](https://github.com/fluent/fluentd) and [fluent-plugin-kubernetes_metadata_filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter).


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

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

Updates `fluent-plugin-kubernetes_metadata_filter` from 3.6.0 to 3.7.1
- [Release notes](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/releases)
- [Changelog](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/blob/master/release_notes.md)
- [Commits](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/commits/v3.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 13, 2025
@github-actions
Copy link

Dependency Review

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

License Issues

logs-dispatcher/Gemfile.lock

PackageVersionLicenseIssue Type
sin_lru_redux2.5.0NullUnknown 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/addressable, pkg:gem/aws-eventstream, pkg:gem/aws-partitions, pkg:gem/aws-sdk-cloudwatchlogs, pkg:gem/aws-sdk-core, pkg:gem/aws-sdk-kms, pkg:gem/aws-sdk-s3, pkg:gem/aws-sdk-sqs, pkg:gem/aws-sigv4, pkg:gem/elasticsearch, pkg:gem/elasticsearch-api, pkg:gem/elasticsearch-transport, pkg:gem/ffi-compiler, pkg:gem/fluent-config-regexp-type, pkg:gem/fluent-mixin-config-placeholders, pkg:gem/fluent-plugin-datadog, pkg:gem/fluent-plugin-elasticsearch, pkg:gem/fluent-plugin-kubernetes_metadata_filter, pkg:gem/fluent-plugin-multi-format-parser, pkg:gem/fluent-plugin-prometheus, pkg:gem/fluent-plugin-rabbitmq, pkg:gem/fluent-plugin-rewrite-tag-filter, pkg:gem/fluent-plugin-route, pkg:gem/fluent-plugin-s3, pkg:gem/fluent-plugin-splunk-enterprise, pkg:gem/fluent-plugin-sumologic_output, pkg:gem/fluentd, pkg:gem/jmespath, pkg:gem/msgpack, pkg:gem/prometheus-client, pkg:gem/serverengine, pkg:gem/uuidtools, pkg:gem/benchmark, pkg:gem/cgi, pkg:gem/csv, pkg:gem/date, pkg:gem/dbm, pkg:gem/delegate, pkg:gem/domain_name, pkg:gem/etc, pkg:gem/ext_monitor, pkg:gem/fcntl, pkg:gem/fileutils, pkg:gem/forwardable, pkg:gem/getoptlong, pkg:gem/ipaddr, pkg:gem/irb, pkg:gem/logger, pkg:gem/matrix, pkg:gem/mutex_m, pkg:gem/net-pop, pkg:gem/net-smtp, pkg:gem/observer, pkg:gem/open3, pkg:gem/ostruct, pkg:gem/prime, pkg:gem/pstore, pkg:gem/readline-ext, pkg:gem/rexml, pkg:gem/rss, pkg:gem/ruby2_keywords, pkg:gem/singleton, pkg:gem/stringio, pkg:gem/strptime, pkg:gem/strscan, pkg:gem/timeout, pkg:gem/tracer, pkg:gem/unf, pkg:gem/uri, pkg:gem/webrick, pkg:gem/yaml, pkg:gem/zlib, pkg:gem/ffi, pkg:gem/amq-protocol, pkg:gem/async, pkg:gem/async-http, pkg:gem/async-io, pkg:gem/async-pool, pkg:gem/bundler, pkg:gem/bunny, pkg:gem/concurrent-ruby, pkg:gem/connection_pool, pkg:gem/console, pkg:gem/cool.io, pkg:gem/did_you_mean, pkg:gem/excon, pkg:gem/faraday, pkg:gem/faraday-em_http, pkg:gem/faraday-em_synchrony, pkg:gem/faraday-excon, pkg:gem/faraday-httpclient, pkg:gem/faraday-multipart, pkg:gem/faraday-net_http, pkg:gem/faraday-net_http_persistent, pkg:gem/faraday-patron, pkg:gem/faraday-rack, pkg:gem/faraday-retry, pkg:gem/fiber-local, pkg:gem/fluent-plugin-cloudwatch-logs, pkg:gem/fluent-plugin-record-modifier, pkg:gem/fluent-plugin-remote-syslog, pkg:gem/http, pkg:gem/http_parser.rb, pkg:gem/http-accept, pkg:gem/http-cookie, pkg:gem/http-form_data, pkg:gem/http-parser, pkg:gem/jsonpath, pkg:gem/kubeclient, pkg:gem/lru_redux, pkg:gem/mime-types, pkg:gem/mime-types-data, pkg:gem/multi_json, pkg:gem/multipart-post, pkg:gem/net-http-persistent, pkg:gem/netrc, pkg:gem/nio4r, pkg:gem/oj, pkg:gem/protocol-hpack, pkg:gem/protocol-http, pkg:gem/protocol-http1, pkg:gem/protocol-http2, pkg:gem/psych, pkg:gem/public_suffix, pkg:gem/racc, pkg:gem/rake, pkg:gem/recursive-open-struct, pkg:gem/rest-client, pkg:gem/sigdump, pkg:gem/syslog_protocol, pkg:gem/timers, pkg:gem/tzinfo, pkg:gem/tzinfo-data, pkg:gem/unf_ext, pkg:gem/yajl-ruby, pkg:gem/bigdecimal, pkg:gem/httpclient, pkg:gem/json, pkg:gem/openssl, pkg:gem/readline, pkg:gem/reline

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
rubygems/fluentd 1.18.0 🟢 8.7
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 618 out of 30 merged PRs checked by a CI test -- score normalized to 6
CII-Best-Practices🟢 5badge detected: Passing
Code-Review🟢 10all changesets reviewed
Contributors🟢 10project has 69 contributing companies or organizations
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
SAST🟢 3SAST tool is not run on all commits -- score normalized to 3
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 100 existing vulnerabilities detected
rubygems/concurrent-ruby 1.3.5 🟢 5.1
Details
CheckScoreReason
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Code-Review🟢 3Found 9/27 approved changesets -- score normalized to 3
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Maintained🟢 107 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
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
Vulnerabilities🟢 100 existing vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/csv 3.3.2 UnknownUnknown
rubygems/fluentd 1.18.0 🟢 8.7
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 618 out of 30 merged PRs checked by a CI test -- score normalized to 6
CII-Best-Practices🟢 5badge detected: Passing
Code-Review🟢 10all changesets reviewed
Contributors🟢 10project has 69 contributing companies or organizations
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
SAST🟢 3SAST tool is not run on all commits -- score normalized to 3
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 100 existing vulnerabilities detected
rubygems/logger 1.6.5 UnknownUnknown
rubygems/msgpack 1.8.0 🟢 5.2
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 4Found 8/17 approved changesets -- score normalized to 4
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Maintained🟢 1026 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/tzinfo-data 1.2025.1 🟢 3.7
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Maintained🟢 34 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
SAST⚠️ 0no SAST tool detected
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
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
rubygems/webrick 1.9.1 UnknownUnknown
rubygems/fluent-plugin-kubernetes_metadata_filter 3.7.1 🟢 5.2
Details
CheckScoreReason
Maintained🟢 1024 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 4Found 6/13 approved changesets -- score normalized to 4
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/fluentd 1.18.0 🟢 8.7
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 618 out of 30 merged PRs checked by a CI test -- score normalized to 6
CII-Best-Practices🟢 5badge detected: Passing
Code-Review🟢 10all changesets reviewed
Contributors🟢 10project has 69 contributing companies or organizations
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
SAST🟢 3SAST tool is not run on all commits -- score normalized to 3
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 100 existing vulnerabilities detected
rubygems/ffi 1.17.1-x86_64-linux-gnu 🟢 5.4
Details
CheckScoreReason
Maintained🟢 108 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 1Found 2/19 approved changesets -- score normalized to 1
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/ffi 1.17.1-x86_64-linux-musl 🟢 5.4
Details
CheckScoreReason
Maintained🟢 108 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 1Found 2/19 approved changesets -- score normalized to 1
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/fluent-plugin-kubernetes_metadata_filter 3.7.1 🟢 5.2
Details
CheckScoreReason
Maintained🟢 1024 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 4Found 6/13 approved changesets -- score normalized to 4
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/fluentd 1.18.0 🟢 8.7
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 618 out of 30 merged PRs checked by a CI test -- score normalized to 6
CII-Best-Practices🟢 5badge detected: Passing
Code-Review🟢 10all changesets reviewed
Contributors🟢 10project has 69 contributing companies or organizations
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 10all dependencies are pinned
SAST🟢 3SAST tool is not run on all commits -- score normalized to 3
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ -1no releases found
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 100 existing vulnerabilities detected
rubygems/mime-types-data 3.2025.0204 🟢 6.9
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1020 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 0Found 1/11 approved changesets -- score normalized to 0
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 8detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 100 existing vulnerabilities detected
Pinned-Dependencies🟢 10all dependencies are pinned
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
License🟢 9license file detected
Branch-Protection🟢 3branch protection is not maximal on development and all release branches
SAST🟢 5SAST tool is not run on all commits -- score normalized to 5
rubygems/msgpack 1.8.0 🟢 5.2
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Code-Review🟢 4Found 8/17 approved changesets -- score normalized to 4
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Maintained🟢 1026 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
rubygems/sin_lru_redux 2.5.0 UnknownUnknown
rubygems/tzinfo-data 1.2025.1 🟢 3.7
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Maintained🟢 34 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
SAST⚠️ 0no SAST tool detected
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
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches

Scanned Files

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/bundler/logs-concentrator/bundler-92a751bffa branch March 1, 2025 23:36
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants