Skip to content

build(deps): bump rubocop-rails from 2.35.1 to 2.35.5 in /dependencies - #68

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/dependencies/rubocop-rails-2.35.5
Closed

build(deps): bump rubocop-rails from 2.35.1 to 2.35.5 in /dependencies#68
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/dependencies/rubocop-rails-2.35.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps rubocop-rails from 2.35.1 to 2.35.5.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails v2.35.5

Bug fixes

  • #1379: Fix an incorrect offense for Rails/SaveBang when a persist method is the last expression in a multiline method or block. (@​aki77)

Changes

RuboCop Rails v2.35.4

Bug fixes

  • #1418: Fix a false positive for Rails/StrongParametersExpect when require is given an array literal, such as params.require([:foo, :bar]).permit(:baz). (@​koic)
  • #1574: Fix an invalid autocorrection for Rails/StrongParametersExpect when permit receives a single dynamic argument, such as params.require(:user).permit(permitted_attributes). (@​koic)
  • #1635: Fix Rails/StrongParametersExpect to allow params[:foo].inspect. (@​jdelStrother)

RuboCop Rails v2.35.3

Bug fixes

  • #1630: Fix a false positive in Rails/StrongParametersExpect when negating params[:key] with !, such as !params[:key]. (@​koic)
  • #1629: Fix false positives in Rails/StrongParametersExpect when using the safe navigation operator (&.) on params[:key]. Autocorrecting params[:key]&.downcase to params.expect(:key).downcase silently changes behavior — a missing param goes from returning nil to raising ActionController::ParameterMissing. (@​lucasmazza)

RuboCop Rails v2.35.2

Bug fixes

  • #1625: Fix false positives in Rails/StrongParametersExpect when using collection methods (such as delete, keys, merge, slice, dig, fetch, or transform_values) on params[:key], as well as block-style calls such as params[:key].each { ... } or params[:key].map(&:to_s). (@​koic)
  • #1627: Fix false positives in Rails/StrongParametersExpect for usages like params[:key].try(:method) and params[:key].try!(:method). (@​nicholasdower)
Changelog

Sourced from rubocop-rails's changelog.

2.35.5 (2026-06-21)

Bug fixes

  • #1379: Fix an incorrect offense for Rails/SaveBang when a persist method is the last expression in a multiline method or block. ([@​aki77][])

Changes

2.35.4 (2026-06-07)

Bug fixes

  • #1418: Fix a false positive for Rails/StrongParametersExpect when require is given an array literal, such as params.require([:foo, :bar]).permit(:baz). ([@​koic][])
  • #1574: Fix an invalid autocorrection for Rails/StrongParametersExpect when permit receives a single dynamic argument, such as params.require(:user).permit(permitted_attributes). ([@​koic][])
  • #1635: Fix Rails/StrongParametersExpect to allow params[:foo].inspect. ([@​jdelStrother][])

2.35.3 (2026-05-27)

Bug fixes

  • #1630: Fix a false positive in Rails/StrongParametersExpect when negating params[:key] with !, such as !params[:key]. ([@​koic][])
  • #1629: Fix false positives in Rails/StrongParametersExpect when using the safe navigation operator (&.) on params[:key]. Autocorrecting params[:key]&.downcase to params.expect(:key).downcase silently changes behavior — a missing param goes from returning nil to raising ActionController::ParameterMissing. ([@​lucasmazza][])

2.35.2 (2026-05-19)

Bug fixes

  • #1625: Fix false positives in Rails/StrongParametersExpect when using collection methods (such as delete, keys, merge, slice, dig, fetch, or transform_values) on params[:key], as well as block-style calls such as params[:key].each { ... } or params[:key].map(&:to_s). ([@​koic][])
  • #1627: Fix false positives in Rails/StrongParametersExpect for usages like params[:key].try(:method) and params[:key].try!(:method). ([@​nicholasdower][])
Commits
  • 7ec7b4b Cut 2.35.5
  • 6393e53 Update Changelog
  • 138a926 Prevent rubocop:disable directives from being included in examples
  • de6b1c2 Merge pull request #1640 from aki77/issue-1379
  • 697529e [Fix #1379] Fix a false positive for Rails/SaveBang when a persist method i...
  • 20bd64f Merge pull request #1638 from corsonknowles/allow-rails-env-local
  • 16cfcb2 Allow Rails.env.local? in Rails/Env
  • d3e3a60 Fix a build error in the Ruby 3.1 CI matrix
  • c6d6c68 Reset the docs version
  • a4d53a5 Cut 2.35.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.35.1 to 2.35.5.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.35.1...v2.35.5)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-version: 2.35.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       18        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 18 (UNKNOWN: 0, LOW: 3, MEDIUM: 12, HIGH: 3, CRITICAL: 0)

┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────┬──────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │     Fixed Version     │                            Title                             │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @babel/core         │ CVE-2026-49356 │ LOW      │ fixed  │ 7.27.4            │ 8.0.0-rc.6, 7.29.6    │ @babel/core: Arbitrary File Read via sourceMappingURL        │
│                     │                │          │        │                   │                       │ Comment                                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-49356                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @opentelemetry/core │ CVE-2026-54285 │ MEDIUM   │        │ 2.7.1             │ 2.8.0                 │ OpenTelemetry Core: Unbounded memory allocation in W3C       │
│                     │                │          │        │                   │                       │ Baggage propagation                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54285                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ form-data           │ CVE-2026-12143 │ HIGH     │        │ 4.0.5             │ 2.5.6, 3.0.5, 4.0.6   │ form-data is a library for creating readable                 │
│                     │                │          │        │                   │                       │ multipart/form-data strea ...                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12143                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ hono                │ CVE-2026-54290 │          │        │ 4.12.23           │ 4.12.25               │ hono: CORS Middleware reflects any Origin with credentials   │
│                     │                │          │        │                   │                       │ when `origin` defaults to...                                 │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54290                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54286 │ MEDIUM   │        │                   │                       │ hono: Path traversal in `serve-static` on Windows via        │
│                     │                │          │        │                   │                       │ encoded backslash (`%5C`)                                    │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54286                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54287 │          │        │                   │                       │ hono: AWS Lambda adapter merges multiple `Set-Cookie`        │
│                     │                │          │        │                   │                       │ headers into one value, dropping...                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54287                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54288 │          │        │                   │                       │ hono: Body Limit Middleware can be bypassed on AWS Lambda by │
│                     │                │          │        │                   │                       │ understating...                                              │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54288                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54289 │          │        │                   │                       │ hono: Lambda@Edge adapter keeps only the last value of a     │
│                     │                │          │        │                   │                       │ repeated request...                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54289                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ js-yaml             │ CVE-2026-53550 │          │        │ 3.14.2            │ 4.2.0                 │ JS-YAML: Quadratic-complexity DoS in merge key handling via  │
│                     │                │          │        │                   │                       │ repeated aliases                                             │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53550                   │
│                     │                │          │        ├───────────────────┤                       │                                                              │
│                     │                │          │        │ 4.1.1             │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ markdown-it         │ CVE-2026-48988 │          │        │ 14.1.1            │ 14.2.0                │ markdown-it is a Markdown parser. Versions 14.1.1 and below  │
│                     │                │          │        │                   │                       │ contain a ...                                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-48988                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ postcss             │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10                │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│                     │                │          │        │                   │                       │ escaping of style closing tags...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs          │ CVE-2026-54269 │          │        │ 8.5.0             │ 7.6.3, 8.6.0          │ protobufjs : Schema-derived names can shadow                 │
│                     │                │          │        │                   │                       │ runtime-significant properties                               │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54269                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ tar                 │ CVE-2026-53655 │          │        │ 7.5.11            │ 7.5.16                │ node-tar applies PAX size override to intermediary GNU       │
│                     │                │          │        │                   │                       │ long-name/long-link headers, causing tar...                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53655                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ undici              │ CVE-2026-12151 │ HIGH     │        │ 6.26.0            │ 6.27.0, 7.28.0, 8.5.0 │ undici: undici: Denial of Service due to unbounded memory    │
│                     │                │          │        │                   │                       │ growth via WebSocket...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12151                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-9679  │ MEDIUM   │        │                   │                       │ undici: undici vulnerable to HTTP header injection via       │
│                     │                │          │        │                   │                       │ Set-Cookie percent-decoding                                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-9679                    │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-11525 │ LOW      │        │                   │                       │ undici: undici: Weakening of cookie SameSite policy due to   │
│                     │                │          │        │                   │                       │ incorrect parsing of...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-11525                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-6733  │          │        │                   │                       │ undici: Undici: Response queue poisoning on reused           │
│                     │                │          │        │                   │                       │ keep-alive sockets can lead to...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-6733                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       18        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 18 (UNKNOWN: 0, LOW: 3, MEDIUM: 12, HIGH: 3, CRITICAL: 0)

┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────┬──────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │     Fixed Version     │                            Title                             │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @babel/core         │ CVE-2026-49356 │ LOW      │ fixed  │ 7.27.4            │ 8.0.0-rc.6, 7.29.6    │ @babel/core: Arbitrary File Read via sourceMappingURL        │
│                     │                │          │        │                   │                       │ Comment                                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-49356                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @opentelemetry/core │ CVE-2026-54285 │ MEDIUM   │        │ 2.7.1             │ 2.8.0                 │ OpenTelemetry Core: Unbounded memory allocation in W3C       │
│                     │                │          │        │                   │                       │ Baggage propagation                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54285                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ form-data           │ CVE-2026-12143 │ HIGH     │        │ 4.0.5             │ 2.5.6, 3.0.5, 4.0.6   │ form-data is a library for creating readable                 │
│                     │                │          │        │                   │                       │ multipart/form-data strea ...                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12143                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ hono                │ CVE-2026-54290 │          │        │ 4.12.23           │ 4.12.25               │ hono: CORS Middleware reflects any Origin with credentials   │
│                     │                │          │        │                   │                       │ when `origin` defaults to...                                 │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54290                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54286 │ MEDIUM   │        │                   │                       │ hono: Path traversal in `serve-static` on Windows via        │
│                     │                │          │        │                   │                       │ encoded backslash (`%5C`)                                    │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54286                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54287 │          │        │                   │                       │ hono: AWS Lambda adapter merges multiple `Set-Cookie`        │
│                     │                │          │        │                   │                       │ headers into one value, dropping...                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54287                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54288 │          │        │                   │                       │ hono: Body Limit Middleware can be bypassed on AWS Lambda by │
│                     │                │          │        │                   │                       │ understating...                                              │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54288                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54289 │          │        │                   │                       │ hono: Lambda@Edge adapter keeps only the last value of a     │
│                     │                │          │        │                   │                       │ repeated request...                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54289                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ js-yaml             │ CVE-2026-53550 │          │        │ 3.14.2            │ 4.2.0                 │ JS-YAML: Quadratic-complexity DoS in merge key handling via  │
│                     │                │          │        │                   │                       │ repeated aliases                                             │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53550                   │
│                     │                │          │        ├───────────────────┤                       │                                                              │
│                     │                │          │        │ 4.1.1             │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ markdown-it         │ CVE-2026-48988 │          │        │ 14.1.1            │ 14.2.0                │ markdown-it is a Markdown parser. Versions 14.1.1 and below  │
│                     │                │          │        │                   │                       │ contain a ...                                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-48988                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ postcss             │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10                │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│                     │                │          │        │                   │                       │ escaping of style closing tags...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs          │ CVE-2026-54269 │          │        │ 8.5.0             │ 7.6.3, 8.6.0          │ protobufjs : Schema-derived names can shadow                 │
│                     │                │          │        │                   │                       │ runtime-significant properties                               │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54269                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ tar                 │ CVE-2026-53655 │          │        │ 7.5.11            │ 7.5.16                │ node-tar applies PAX size override to intermediary GNU       │
│                     │                │          │        │                   │                       │ long-name/long-link headers, causing tar...                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53655                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ undici              │ CVE-2026-12151 │ HIGH     │        │ 6.26.0            │ 6.27.0, 7.28.0, 8.5.0 │ undici: undici: Denial of Service due to unbounded memory    │
│                     │                │          │        │                   │                       │ growth via WebSocket...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12151                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-9679  │ MEDIUM   │        │                   │                       │ undici: undici vulnerable to HTTP header injection via       │
│                     │                │          │        │                   │                       │ Set-Cookie percent-decoding                                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-9679                    │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-11525 │ LOW      │        │                   │                       │ undici: undici: Weakening of cookie SameSite policy due to   │
│                     │                │          │        │                   │                       │ incorrect parsing of...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-11525                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-6733  │          │        │                   │                       │ undici: Undici: Response queue poisoning on reused           │
│                     │                │          │        │                   │                       │ keep-alive sockets can lead to...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-6733                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       18        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 18 (UNKNOWN: 0, LOW: 3, MEDIUM: 12, HIGH: 3, CRITICAL: 0)

┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────┬──────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │     Fixed Version     │                            Title                             │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @babel/core         │ CVE-2026-49356 │ LOW      │ fixed  │ 7.27.4            │ 8.0.0-rc.6, 7.29.6    │ @babel/core: Arbitrary File Read via sourceMappingURL        │
│                     │                │          │        │                   │                       │ Comment                                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-49356                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @opentelemetry/core │ CVE-2026-54285 │ MEDIUM   │        │ 2.7.1             │ 2.8.0                 │ OpenTelemetry Core: Unbounded memory allocation in W3C       │
│                     │                │          │        │                   │                       │ Baggage propagation                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54285                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ form-data           │ CVE-2026-12143 │ HIGH     │        │ 4.0.5             │ 2.5.6, 3.0.5, 4.0.6   │ form-data is a library for creating readable                 │
│                     │                │          │        │                   │                       │ multipart/form-data strea ...                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12143                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ hono                │ CVE-2026-54290 │          │        │ 4.12.23           │ 4.12.25               │ hono: CORS Middleware reflects any Origin with credentials   │
│                     │                │          │        │                   │                       │ when `origin` defaults to...                                 │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54290                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54286 │ MEDIUM   │        │                   │                       │ hono: Path traversal in `serve-static` on Windows via        │
│                     │                │          │        │                   │                       │ encoded backslash (`%5C`)                                    │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54286                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54287 │          │        │                   │                       │ hono: AWS Lambda adapter merges multiple `Set-Cookie`        │
│                     │                │          │        │                   │                       │ headers into one value, dropping...                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54287                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54288 │          │        │                   │                       │ hono: Body Limit Middleware can be bypassed on AWS Lambda by │
│                     │                │          │        │                   │                       │ understating...                                              │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54288                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54289 │          │        │                   │                       │ hono: Lambda@Edge adapter keeps only the last value of a     │
│                     │                │          │        │                   │                       │ repeated request...                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54289                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ js-yaml             │ CVE-2026-53550 │          │        │ 3.14.2            │ 4.2.0                 │ JS-YAML: Quadratic-complexity DoS in merge key handling via  │
│                     │                │          │        │                   │                       │ repeated aliases                                             │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53550                   │
│                     │                │          │        ├───────────────────┤                       │                                                              │
│                     │                │          │        │ 4.1.1             │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ markdown-it         │ CVE-2026-48988 │          │        │ 14.1.1            │ 14.2.0                │ markdown-it is a Markdown parser. Versions 14.1.1 and below  │
│                     │                │          │        │                   │                       │ contain a ...                                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-48988                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ postcss             │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10                │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│                     │                │          │        │                   │                       │ escaping of style closing tags...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs          │ CVE-2026-54269 │          │        │ 8.5.0             │ 7.6.3, 8.6.0          │ protobufjs : Schema-derived names can shadow                 │
│                     │                │          │        │                   │                       │ runtime-significant properties                               │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54269                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ tar                 │ CVE-2026-53655 │          │        │ 7.5.11            │ 7.5.16                │ node-tar applies PAX size override to intermediary GNU       │
│                     │                │          │        │                   │                       │ long-name/long-link headers, causing tar...                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53655                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ undici              │ CVE-2026-12151 │ HIGH     │        │ 6.26.0            │ 6.27.0, 7.28.0, 8.5.0 │ undici: undici: Denial of Service due to unbounded memory    │
│                     │                │          │        │                   │                       │ growth via WebSocket...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12151                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-9679  │ MEDIUM   │        │                   │                       │ undici: undici vulnerable to HTTP header injection via       │
│                     │                │          │        │                   │                       │ Set-Cookie percent-decoding                                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-9679                    │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-11525 │ LOW      │        │                   │                       │ undici: undici: Weakening of cookie SameSite policy due to   │
│                     │                │          │        │                   │                       │ incorrect parsing of...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-11525                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-6733  │          │        │                   │                       │ undici: Undici: Response queue poisoning on reused           │
│                     │                │          │        │                   │                       │ keep-alive sockets can lead to...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-6733                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown
Contributor

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       18        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 18 (UNKNOWN: 0, LOW: 3, MEDIUM: 12, HIGH: 3, CRITICAL: 0)

┌─────────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────────────┬──────────────────────────────────────────────────────────────┐
│       Library       │ Vulnerability  │ Severity │ Status │ Installed Version │     Fixed Version     │                            Title                             │
├─────────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @babel/core         │ CVE-2026-49356 │ LOW      │ fixed  │ 7.27.4            │ 8.0.0-rc.6, 7.29.6    │ @babel/core: Arbitrary File Read via sourceMappingURL        │
│                     │                │          │        │                   │                       │ Comment                                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-49356                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ @opentelemetry/core │ CVE-2026-54285 │ MEDIUM   │        │ 2.7.1             │ 2.8.0                 │ OpenTelemetry Core: Unbounded memory allocation in W3C       │
│                     │                │          │        │                   │                       │ Baggage propagation                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54285                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ form-data           │ CVE-2026-12143 │ HIGH     │        │ 4.0.5             │ 2.5.6, 3.0.5, 4.0.6   │ form-data is a library for creating readable                 │
│                     │                │          │        │                   │                       │ multipart/form-data strea ...                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12143                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ hono                │ CVE-2026-54290 │          │        │ 4.12.23           │ 4.12.25               │ hono: CORS Middleware reflects any Origin with credentials   │
│                     │                │          │        │                   │                       │ when `origin` defaults to...                                 │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54290                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54286 │ MEDIUM   │        │                   │                       │ hono: Path traversal in `serve-static` on Windows via        │
│                     │                │          │        │                   │                       │ encoded backslash (`%5C`)                                    │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54286                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54287 │          │        │                   │                       │ hono: AWS Lambda adapter merges multiple `Set-Cookie`        │
│                     │                │          │        │                   │                       │ headers into one value, dropping...                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54287                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54288 │          │        │                   │                       │ hono: Body Limit Middleware can be bypassed on AWS Lambda by │
│                     │                │          │        │                   │                       │ understating...                                              │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54288                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-54289 │          │        │                   │                       │ hono: Lambda@Edge adapter keeps only the last value of a     │
│                     │                │          │        │                   │                       │ repeated request...                                          │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54289                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ js-yaml             │ CVE-2026-53550 │          │        │ 3.14.2            │ 4.2.0                 │ JS-YAML: Quadratic-complexity DoS in merge key handling via  │
│                     │                │          │        │                   │                       │ repeated aliases                                             │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53550                   │
│                     │                │          │        ├───────────────────┤                       │                                                              │
│                     │                │          │        │ 4.1.1             │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
│                     │                │          │        │                   │                       │                                                              │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ markdown-it         │ CVE-2026-48988 │          │        │ 14.1.1            │ 14.2.0                │ markdown-it is a Markdown parser. Versions 14.1.1 and below  │
│                     │                │          │        │                   │                       │ contain a ...                                                │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-48988                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ postcss             │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10                │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│                     │                │          │        │                   │                       │ escaping of style closing tags...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs          │ CVE-2026-54269 │          │        │ 8.5.0             │ 7.6.3, 8.6.0          │ protobufjs : Schema-derived names can shadow                 │
│                     │                │          │        │                   │                       │ runtime-significant properties                               │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-54269                   │
├─────────────────────┼────────────────┤          │        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ tar                 │ CVE-2026-53655 │          │        │ 7.5.11            │ 7.5.16                │ node-tar applies PAX size override to intermediary GNU       │
│                     │                │          │        │                   │                       │ long-name/long-link headers, causing tar...                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-53655                   │
├─────────────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────────────┼──────────────────────────────────────────────────────────────┤
│ undici              │ CVE-2026-12151 │ HIGH     │        │ 6.26.0            │ 6.27.0, 7.28.0, 8.5.0 │ undici: undici: Denial of Service due to unbounded memory    │
│                     │                │          │        │                   │                       │ growth via WebSocket...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-12151                   │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-9679  │ MEDIUM   │        │                   │                       │ undici: undici vulnerable to HTTP header injection via       │
│                     │                │          │        │                   │                       │ Set-Cookie percent-decoding                                  │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-9679                    │
│                     ├────────────────┼──────────┤        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-11525 │ LOW      │        │                   │                       │ undici: undici: Weakening of cookie SameSite policy due to   │
│                     │                │          │        │                   │                       │ incorrect parsing of...                                      │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-11525                   │
│                     ├────────────────┤          │        │                   │                       ├──────────────────────────────────────────────────────────────┤
│                     │ CVE-2026-6733  │          │        │                   │                       │ undici: Undici: Response queue poisoning on reused           │
│                     │                │          │        │                   │                       │ keep-alive sockets can lead to...                            │
│                     │                │          │        │                   │                       │ https://avd.aquasec.com/nvd/cve-2026-6733                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #73.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot
dependabot Bot deleted the dependabot/bundler/dependencies/rubocop-rails-2.35.5 branch July 13, 2026 22:35
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