Skip to content

build(deps): bump @biomejs/biome from 2.4.15 to 2.4.16 in /dependencies#32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies/biomejs/biome-2.4.16
Open

build(deps): bump @biomejs/biome from 2.4.15 to 2.4.16 in /dependencies#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies/biomejs/biome-2.4.16

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @biomejs/biome from 2.4.15 to 2.4.16.

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.16

2.4.16

Patch Changes

  • #10329 ef764d5 Thanks @​Conaclos! - Fixed an issue where diagnostics showed an incorrect location in Astro files.

  • #10363 50aa415 Thanks @​dyc3! - Fixed HTML formatting for a case where comments could cause the formatter to split up a closing tag, which would cause the resulting HTML to be syntactically invalid.

    Input:

    <span
      ><!-- 1
    --><span>a</span
      ><!-- 2
    --><span>b</span
      ><!-- 3
    --></span>

    Output:

      <span
    	  ><!-- 1
    - --> <span>a</span<!-- 2
    - --> ><span>b</span><!-- 3
    + --><span>a</span><!-- 2
    + --><span>b</span><!-- 3
      --></span
      >
  • #10465 0c718da Thanks @​dfedoryshchev! - Fixed diagnostics emitted by the noUntrustedLicenses rule.

  • #10358 05c2617 Thanks @​dyc3! - Fixed #10356: biome rage --linter now displays rules enabled through linter domains in the enabled rules list.

  • #10300 950247c Thanks @​dyc3! - Fixed #10265: Svelte function bindings such as bind:value={get, set} are now parsed more precisely, so noCommaOperator won't emit false positives for that syntax anymore.

  • #9786 e71f584 Thanks @​MeGaNeKoS! - Fixed #8480: useDestructuring now provides variableDeclarator and assignmentExpression options to control which contexts enforce destructuring, matching ESLint's prefer-destructuring configuration. Both default to {array: true, object: true}. The diagnostic for object destructuring in assignment expressions now instructs users to wrap the assignment in parentheses.

  • #10425 1948b72 Thanks @​sjh9714! - Fixed #10244: The useOptionalChain rule now detects negated guard inequality chains like !foo || foo.bar !== "x".

  • #10442 001f94f Thanks @​ematipico! - Fixed #10411: noMisusedPromises no longer causes a stack overflow when a nested function returns an object with shorthand properties that shadow destructured variables from an outer scope.

  • #10318 9b1577f Thanks @​dyc3! - Added support for formatter.trailingCommas in overrides. This option was previously available in the top-level formatter configuration but missing from formatter overrides.

  • #10319 2e37709 Thanks @​dyc3! - Fixed Vue and Svelte formatting for standalone interpolations in inline elements. Biome now preserves existing newlines in cases like:

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.16

Patch Changes

  • #10329 ef764d5 Thanks @​Conaclos! - Fixed an issue where diagnostics showed an incorrect location in Astro files.

  • #10363 50aa415 Thanks @​dyc3! - Fixed HTML formatting for a case where comments could cause the formatter to split up a closing tag, which would cause the resulting HTML to be syntactically invalid.

    Input:

    <span
      ><!-- 1
    --><span>a</span
      ><!-- 2
    --><span>b</span
      ><!-- 3
    --></span>

    Output:

      <span
    	  ><!-- 1
    - --> <span>a</span<!-- 2
    - --> ><span>b</span><!-- 3
    + --><span>a</span><!-- 2
    + --><span>b</span><!-- 3
      --></span
      >
  • #10465 0c718da Thanks @​dfedoryshchev! - Fixed diagnostics emitted by the noUntrustedLicenses rule.

  • #10358 05c2617 Thanks @​dyc3! - Fixed #10356: biome rage --linter now displays rules enabled through linter domains in the enabled rules list.

  • #10300 950247c Thanks @​dyc3! - Fixed #10265: Svelte function bindings such as bind:value={get, set} are now parsed more precisely, so noCommaOperator won't emit false positives for that syntax anymore.

  • #9786 e71f584 Thanks @​MeGaNeKoS! - Fixed #8480: useDestructuring now provides variableDeclarator and assignmentExpression options to control which contexts enforce destructuring, matching ESLint's prefer-destructuring configuration. Both default to {array: true, object: true}. The diagnostic for object destructuring in assignment expressions now instructs users to wrap the assignment in parentheses.

  • #10425 1948b72 Thanks @​sjh9714! - Fixed #10244: The useOptionalChain rule now detects negated guard inequality chains like !foo || foo.bar !== "x".

  • #10442 001f94f Thanks @​ematipico! - Fixed #10411: noMisusedPromises no longer causes a stack overflow when a nested function returns an object with shorthand properties that shadow destructured variables from an outer scope.

  • #10318 9b1577f Thanks @​dyc3! - Added support for formatter.trailingCommas in overrides. This option was previously available in the top-level formatter configuration but missing from formatter overrides.

  • #10319 2e37709 Thanks @​dyc3! - Fixed Vue and Svelte formatting for standalone interpolations in inline elements. Biome now preserves existing newlines in cases like:

... (truncated)

Commits
  • 5f4ea56 ci: release (#10326)
  • de2a33c fix(core): regression in emitted types (#10478)
  • d835303 docs: remove redundant default phrase in useConsistentObjectDefinitions rul...
  • 4f1aaf2 fix: incorrect build when using build or test (#10426)
  • dc73b6b refactor: make plugins opt-in via feature gate (#10418)
  • e71f584 feat(useDestructuring): add options for assignment/declaration and improve di...
  • 9b1577f fix(config): support trailingCommas in overrides (#10318)
  • See full diff 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 [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.15 to 2.4.16.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.16/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.16
  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 javascript Pull requests that update javascript code labels Jun 10, 2026
@github-actions

Copy link
Copy Markdown

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 ✅
JSON Pass ✅
JSON_PRETTIER 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     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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.70/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: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ 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-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

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 ✅
JSON Pass ✅
JSON_PRETTIER 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     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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.70/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: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ 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-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

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 ✅
JSON Pass ✅
JSON_PRETTIER 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     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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.70/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: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ 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-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

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 ✅
JSON Pass ✅
JSON_PRETTIER 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     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ 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.70/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: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ 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-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants