Skip to content

build(deps): bump rubocop-capybara from 2.23.0 to 3.0.0 in /dependencies - #67

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/dependencies/rubocop-capybara-3.0.0
Open

build(deps): bump rubocop-capybara from 2.23.0 to 3.0.0 in /dependencies#67
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/dependencies/rubocop-capybara-3.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps rubocop-capybara from 2.23.0 to 3.0.0.

Release notes

Sourced from rubocop-capybara's releases.

RuboCop Capybara v3.0.0

  • Enable pending cops by default for the 3.0 release. (@​ydah)
  • Remove the deprecated Capybara/ClickLinkOrButtonStyle cop. (@​ydah)
  • Remove obsolete cop name migration config for the 2.x to 3.0 transition. (@​ydah)
Changelog

Sourced from rubocop-capybara's changelog.

3.0.0 (2026-06-22)

  • Enable pending cops by default for the 3.0 release. ([@​ydah])
  • Remove the deprecated Capybara/ClickLinkOrButtonStyle cop. ([@​ydah])
  • Remove obsolete cop name migration config for the 2.x to 3.0 transition. ([@​ydah])
Commits
  • a9b8f9a Merge pull request #177 from rubocop/v3.0.0
  • 6a4579d release v3.0.0
  • 75e7cda Merge pull request #176 from rubocop/docs/update-specific-matcher-readme
  • f02ff72 Update SpecificMatcher README example
  • ebe10e8 Merge pull request #174 from rubocop/enable-pending-capybara-cops
  • 20a5721 Enable pending Capybara cops
  • fee3774 Merge pull request #173 from rubocop/remove-obsolete-cop-name-migration
  • ea818bd Remove obsolete cop name migration config
  • 989fe3c Merge pull request #172 from rubocop/remove-click-link-or-button-style
  • 5d5a5b8 Merge pull request #175 from rubocop/dependabot/github_actions/actions/checko...
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels 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   │        3        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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/Gemfile.lock (bundler)
===================================
Total: 3 (UNKNOWN: 0, LOW: 2, MEDIUM: 0, HIGH: 1, CRITICAL: 0)

┌─────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│     Library     │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ concurrent-ruby │ CVE-2026-54904 │ HIGH     │ fixed  │ 1.3.6             │ 1.3.7         │ Concurrent Ruby : `AtomicReference#update` livelocks when │
│                 │                │          │        │                   │               │ the stored value is `Float::NAN`                          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54904                │
│                 ├────────────────┼──────────┤        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54905 │ LOW      │        │                   │               │ Concurrent Ruby: `ReentrantReadWriteLock` read-count      │
│                 │                │          │        │                   │               │ overflow grants a write lock without exclusivity          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54905                │
│                 ├────────────────┤          │        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54906 │          │        │                   │               │ Concurrent Ruby: ReadWriteLock allows wrong-thread write  │
│                 │                │          │        │                   │               │ release and stray read-release counter corruption...      │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54906                │
└─────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

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                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

1 similar comment
@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   │        3        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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/Gemfile.lock (bundler)
===================================
Total: 3 (UNKNOWN: 0, LOW: 2, MEDIUM: 0, HIGH: 1, CRITICAL: 0)

┌─────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│     Library     │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ concurrent-ruby │ CVE-2026-54904 │ HIGH     │ fixed  │ 1.3.6             │ 1.3.7         │ Concurrent Ruby : `AtomicReference#update` livelocks when │
│                 │                │          │        │                   │               │ the stored value is `Float::NAN`                          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54904                │
│                 ├────────────────┼──────────┤        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54905 │ LOW      │        │                   │               │ Concurrent Ruby: `ReentrantReadWriteLock` read-count      │
│                 │                │          │        │                   │               │ overflow grants a write lock without exclusivity          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54905                │
│                 ├────────────────┤          │        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54906 │          │        │                   │               │ Concurrent Ruby: ReadWriteLock allows wrong-thread write  │
│                 │                │          │        │                   │               │ release and stray read-release counter corruption...      │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54906                │
└─────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

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   │        3        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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/Gemfile.lock (bundler)
===================================
Total: 3 (UNKNOWN: 0, LOW: 2, MEDIUM: 0, HIGH: 1, CRITICAL: 0)

┌─────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│     Library     │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ concurrent-ruby │ CVE-2026-54904 │ HIGH     │ fixed  │ 1.3.6             │ 1.3.7         │ Concurrent Ruby : `AtomicReference#update` livelocks when │
│                 │                │          │        │                   │               │ the stored value is `Float::NAN`                          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54904                │
│                 ├────────────────┼──────────┤        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54905 │ LOW      │        │                   │               │ Concurrent Ruby: `ReentrantReadWriteLock` read-count      │
│                 │                │          │        │                   │               │ overflow grants a write lock without exclusivity          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54905                │
│                 ├────────────────┤          │        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54906 │          │        │                   │               │ Concurrent Ruby: ReadWriteLock allows wrong-thread write  │
│                 │                │          │        │                   │               │ release and stray read-release counter corruption...      │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54906                │
└─────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

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                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

1 similar comment
@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   │        3        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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/Gemfile.lock (bundler)
===================================
Total: 3 (UNKNOWN: 0, LOW: 2, MEDIUM: 0, HIGH: 1, CRITICAL: 0)

┌─────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│     Library     │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ concurrent-ruby │ CVE-2026-54904 │ HIGH     │ fixed  │ 1.3.6             │ 1.3.7         │ Concurrent Ruby : `AtomicReference#update` livelocks when │
│                 │                │          │        │                   │               │ the stored value is `Float::NAN`                          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54904                │
│                 ├────────────────┼──────────┤        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54905 │ LOW      │        │                   │               │ Concurrent Ruby: `ReentrantReadWriteLock` read-count      │
│                 │                │          │        │                   │               │ overflow grants a write lock without exclusivity          │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54905                │
│                 ├────────────────┤          │        │                   │               ├───────────────────────────────────────────────────────────┤
│                 │ CVE-2026-54906 │          │        │                   │               │ Concurrent Ruby: ReadWriteLock allows wrong-thread write  │
│                 │                │          │        │                   │               │ release and stray read-release counter corruption...      │
│                 │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-54906                │
└─────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

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                    │
└─────────────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────────────┴──────────────────────────────────────────────────────────────┘

Bumps [rubocop-capybara](https://github.com/rubocop/rubocop-capybara) from 2.23.0 to 3.0.0.
- [Release notes](https://github.com/rubocop/rubocop-capybara/releases)
- [Changelog](https://github.com/rubocop/rubocop-capybara/blob/main/CHANGELOG.md)
- [Commits](rubocop/rubocop-capybara@v2.23.0...v3.0.0)

---
updated-dependencies:
- dependency-name: rubocop-capybara
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/dependencies/rubocop-capybara-3.0.0 branch from 46a0c81 to e5b3104 Compare July 15, 2026 04:14
@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 ✅

All files and directories linted successfully

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

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